diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.deps.json b/ApiPolo/bin/Debug/net6.0/ApiPolo.deps.json
deleted file mode 100644
index fa5c900..0000000
--- a/ApiPolo/bin/Debug/net6.0/ApiPolo.deps.json
+++ /dev/null
@@ -1,1220 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "ApiPolo/1.0.0": {
- "dependencies": {
- "Cronos": "0.7.1",
- "FirebaseAdmin": "2.3.0",
- "Microsoft.AspNet.Mvc": "5.2.9",
- "Microsoft.AspNetCore.Authentication.Negotiate": "6.0.5",
- "Microsoft.EntityFrameworkCore": "6.0.5",
- "Microsoft.EntityFrameworkCore.SqlServer": "6.0.5",
- "Microsoft.EntityFrameworkCore.Tools": "6.0.5",
- "Newtonsoft.Json": "13.0.3",
- "SSH.NET": "2020.0.2",
- "Swashbuckle.AspNetCore": "6.3.1"
- },
- "runtime": {
- "ApiPolo.dll": {}
- }
- },
- "Cronos/0.7.1": {
- "runtime": {
- "lib/netstandard2.0/Cronos.dll": {
- "assemblyVersion": "0.7.1.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "FirebaseAdmin/2.3.0": {
- "dependencies": {
- "Google.Api.Gax.Rest": "3.2.0",
- "Google.Apis.Auth": "1.49.0",
- "System.Collections.Immutable": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/FirebaseAdmin.dll": {
- "assemblyVersion": "2.3.0.0",
- "fileVersion": "2.3.0.0"
- }
- }
- },
- "Google.Api.Gax/3.2.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.0.0",
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Api.Gax.dll": {
- "assemblyVersion": "3.2.0.0",
- "fileVersion": "3.2.0.0"
- }
- }
- },
- "Google.Api.Gax.Rest/3.2.0": {
- "dependencies": {
- "Google.Api.Gax": "3.2.0",
- "Google.Apis.Auth": "1.49.0"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Api.Gax.Rest.dll": {
- "assemblyVersion": "3.2.0.0",
- "fileVersion": "3.2.0.0"
- }
- }
- },
- "Google.Apis/1.49.0": {
- "dependencies": {
- "Google.Apis.Core": "1.49.0"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Apis.dll": {
- "assemblyVersion": "1.49.0.0",
- "fileVersion": "1.49.0.0"
- }
- }
- },
- "Google.Apis.Auth/1.49.0": {
- "dependencies": {
- "Google.Apis": "1.49.0",
- "Google.Apis.Core": "1.49.0"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Apis.Auth.PlatformServices.dll": {
- "assemblyVersion": "1.49.0.0",
- "fileVersion": "1.49.0.0"
- },
- "lib/netstandard2.0/Google.Apis.Auth.dll": {
- "assemblyVersion": "1.49.0.0",
- "fileVersion": "1.49.0.0"
- }
- }
- },
- "Google.Apis.Core/1.49.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Apis.Core.dll": {
- "assemblyVersion": "1.49.0.0",
- "fileVersion": "1.49.0.0"
- }
- }
- },
- "Humanizer.Core/2.8.26": {
- "runtime": {
- "lib/netstandard2.0/Humanizer.dll": {
- "assemblyVersion": "2.8.0.0",
- "fileVersion": "2.8.26.1919"
- }
- }
- },
- "Microsoft.AspNet.Mvc/5.2.9": {
- "dependencies": {
- "Microsoft.AspNet.Razor": "3.2.9",
- "Microsoft.AspNet.WebPages": "3.2.9"
- },
- "runtime": {
- "lib/net45/System.Web.Mvc.dll": {
- "assemblyVersion": "5.2.9.0",
- "fileVersion": "5.2.61129.10"
- }
- }
- },
- "Microsoft.AspNet.Razor/3.2.9": {
- "runtime": {
- "lib/net45/System.Web.Razor.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- }
- }
- },
- "Microsoft.AspNet.WebPages/3.2.9": {
- "dependencies": {
- "Microsoft.AspNet.Razor": "3.2.9",
- "Microsoft.Web.Infrastructure": "1.0.0"
- },
- "runtime": {
- "lib/net45/System.Web.Helpers.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- },
- "lib/net45/System.Web.WebPages.Deployment.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- },
- "lib/net45/System.Web.WebPages.Razor.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- },
- "lib/net45/System.Web.WebPages.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- }
- }
- },
- "Microsoft.AspNetCore.Authentication.Negotiate/6.0.5": {
- "dependencies": {
- "Microsoft.AspNetCore.Connections.Abstractions": "6.0.5",
- "System.DirectoryServices.Protocols": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21802"
- }
- }
- },
- "Microsoft.AspNetCore.Connections.Abstractions/6.0.5": {
- "dependencies": {
- "Microsoft.Extensions.Features": "6.0.5",
- "System.IO.Pipelines": "6.0.3"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21802"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.0.0": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.19.46214"
- }
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/2.1.4": {
- "dependencies": {
- "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
- "Microsoft.Identity.Client": "4.21.1",
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Configuration.ConfigurationManager": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Runtime.Caching": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "System.Text.Encoding.CodePages": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- },
- "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/6.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "6.0.5",
- "Microsoft.EntityFrameworkCore.Analyzers": "6.0.5",
- "Microsoft.Extensions.Caching.Memory": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "System.Collections.Immutable": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {},
- "Microsoft.EntityFrameworkCore.Design/6.0.5": {
- "dependencies": {
- "Humanizer.Core": "2.8.26",
- "Microsoft.EntityFrameworkCore.Relational": "6.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "6.0.5",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/6.0.5": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "2.1.4",
- "Microsoft.EntityFrameworkCore.Relational": "6.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Tools/6.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Design": "6.0.5"
- }
- },
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {},
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
- "Microsoft.Extensions.Features/6.0.5": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Features.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21802"
- }
- }
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {},
- "Microsoft.Extensions.Options/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.Identity.Client/4.21.1": {
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.21.1.0",
- "fileVersion": "4.21.1.0"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.8.0",
- "System.IdentityModel.Tokens.Jwt": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "System.Security.Cryptography.Cng": "4.5.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.NETCore.Platforms/3.1.0": {},
- "Microsoft.OpenApi/1.2.3": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.2.3.0",
- "fileVersion": "1.2.3.0"
- }
- }
- },
- "Microsoft.Web.Infrastructure/1.0.0": {
- "runtime": {
- "lib/net40/Microsoft.Web.Infrastructure.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.20105.407"
- }
- }
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0"
- }
- },
- "Microsoft.Win32.SystemEvents/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "SSH.NET/2020.0.2": {
- "dependencies": {
- "SshNet.Security.Cryptography": "1.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Renci.SshNet.dll": {
- "assemblyVersion": "2020.0.2.0",
- "fileVersion": "2020.0.2.0"
- }
- }
- },
- "SshNet.Security.Cryptography/1.3.0": {
- "runtime": {
- "lib/netstandard2.0/SshNet.Security.Cryptography.dll": {
- "assemblyVersion": "1.3.0.0",
- "fileVersion": "1.3.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/6.3.1": {
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "3.0.0",
- "Swashbuckle.AspNetCore.Swagger": "6.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "6.3.1"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/6.3.1": {
- "dependencies": {
- "Microsoft.OpenApi": "1.2.3"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "6.3.1.0",
- "fileVersion": "6.3.1.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.3.1"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "6.3.1.0",
- "fileVersion": "6.3.1.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.3.1": {
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "6.3.1.0",
- "fileVersion": "6.3.1.0"
- }
- }
- },
- "System.Collections.Immutable/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Configuration.ConfigurationManager/4.7.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.7.0",
- "System.Security.Permissions": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "4.0.3.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "runtime": {
- "lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "System.Drawing.Common/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.Win32.SystemEvents": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Drawing.Common.dll": {
- "assemblyVersion": "4.0.0.1",
- "fileVersion": "4.6.26919.2"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- },
- "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "System.IO.Pipelines/6.0.3": {
- "runtime": {
- "lib/net6.0/System.IO.Pipelines.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21309"
- }
- }
- },
- "System.Runtime.Caching/4.7.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Security.AccessControl/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Security.Principal.Windows": "4.7.0"
- }
- },
- "System.Security.Cryptography.Cng/4.5.0": {},
- "System.Security.Cryptography.ProtectedData/4.7.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Security.Permissions/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.7.0",
- "System.Windows.Extensions": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Security.Permissions.dll": {
- "assemblyVersion": "4.0.3.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Security.Principal.Windows/4.7.0": {},
- "System.Text.Encoding.CodePages/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0"
- }
- },
- "System.Windows.Extensions/4.7.0": {
- "dependencies": {
- "System.Drawing.Common": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- }
- }
- },
- "libraries": {
- "ApiPolo/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Cronos/0.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aa2DY3qGBnwX7/jW4c17PyRlIeAtc5nYTlAPekc0113jcbBuz9vQkQaQ9NG+TNGlAj4esFxh8OuKUv4vmAODbw==",
- "path": "cronos/0.7.1",
- "hashPath": "cronos.0.7.1.nupkg.sha512"
- },
- "FirebaseAdmin/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ror9V68bFWdr3VXoCPQrAAJ1ZA8dyLzIHJvy53BmoD83Ze9VuWC9hPBicPqqOANP3VTMWnylC7xci59UEMuU4A==",
- "path": "firebaseadmin/2.3.0",
- "hashPath": "firebaseadmin.2.3.0.nupkg.sha512"
- },
- "Google.Api.Gax/3.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0OjahFAHTOoprSgvJiQ6/fIQLrUYU4QIFgkuJ51/lcmhZbuXxB3ycPk3JTVEvx6A5yQBL14wgmHgwXLcEsnu3Q==",
- "path": "google.api.gax/3.2.0",
- "hashPath": "google.api.gax.3.2.0.nupkg.sha512"
- },
- "Google.Api.Gax.Rest/3.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YY4mD0nGxTx1uez7Perm+zAd3FH50dd3+7HTYsRFCywDEtj3RkrMjcAmw6mNpKkw2sRICu7aYNy1mgMjd3nVbw==",
- "path": "google.api.gax.rest/3.2.0",
- "hashPath": "google.api.gax.rest.3.2.0.nupkg.sha512"
- },
- "Google.Apis/1.49.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fmXQQTxZFOBlnvokvdQMzq0Lt+g2QzpZ4H6U8lMMFHgAR8ZqxQnPN5yHDpoHf7a++hJHb5W3pALxauGsq+afKQ==",
- "path": "google.apis/1.49.0",
- "hashPath": "google.apis.1.49.0.nupkg.sha512"
- },
- "Google.Apis.Auth/1.49.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3V9ohvixQtjaEvk7T9Ac7E/KvwEPa7eL4aMNreJDI0CEPzCdQdk2zCvaJPRrNIjhe+UuBeOeom1oAOMFB74JHg==",
- "path": "google.apis.auth/1.49.0",
- "hashPath": "google.apis.auth.1.49.0.nupkg.sha512"
- },
- "Google.Apis.Core/1.49.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9DgGdtyzgrCfHWwc/HiDXDbykNMeKQozbEHYEUEcezRuH+YR3fvq7YGVBDmUM8g6qEL3kDk6h5EU4h0IJwue1w==",
- "path": "google.apis.core/1.49.0",
- "hashPath": "google.apis.core.1.49.0.nupkg.sha512"
- },
- "Humanizer.Core/2.8.26": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==",
- "path": "humanizer.core/2.8.26",
- "hashPath": "humanizer.core.2.8.26.nupkg.sha512"
- },
- "Microsoft.AspNet.Mvc/5.2.9": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bcekKshCAh7kTWSMZPavQStSZQF/QmjEjO2gVWGITEd0/t5eRlb+ZLDE+az2qY1bZ8L6Hz0OCNeS0uzXtJcK5w==",
- "path": "microsoft.aspnet.mvc/5.2.9",
- "hashPath": "microsoft.aspnet.mvc.5.2.9.nupkg.sha512"
- },
- "Microsoft.AspNet.Razor/3.2.9": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QOJEnEw3xp+t5lMvYR5nGCF4CfZpHqr2p8uZOBEgDZoB6r2txtSj6581YNr+/dOHjI3YRlo1QAKGQoSohbQ/KA==",
- "path": "microsoft.aspnet.razor/3.2.9",
- "hashPath": "microsoft.aspnet.razor.3.2.9.nupkg.sha512"
- },
- "Microsoft.AspNet.WebPages/3.2.9": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yByb721lwv8YFsx1oKA5CLKXa89XVbVMkPafS4bg/bPelBEgChq/coFBQEkA4kwcabG7AR56w3vapnoZUfr2Cw==",
- "path": "microsoft.aspnet.webpages/3.2.9",
- "hashPath": "microsoft.aspnet.webpages.3.2.9.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Authentication.Negotiate/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZgKdA5VnmZSdpuyS9f4Myn2ybSYPyhOGWvZ63Z+ys0z9WcHGx6jyN4IjK8ORTdkhc7dOYxsMF/v/K+CGtvCbUA==",
- "path": "microsoft.aspnetcore.authentication.negotiate/6.0.5",
- "hashPath": "microsoft.aspnetcore.authentication.negotiate.6.0.5.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Connections.Abstractions/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OBbGvih5/CLHTbJVDiJ203TmKXCx8z539O2YGnfHmExbNtMwyQ9rgpqoxyYEVvQrVsqxRhXfh57DOCQYhxcOBQ==",
- "path": "microsoft.aspnetcore.connections.abstractions/6.0.5",
- "hashPath": "microsoft.aspnetcore.connections.abstractions.6.0.5.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-K63Y4hORbBcKLWH5wnKgzyn7TOfYzevIEwIedQHBIkmkEBA9SCqgvom+XTuE+fAFGvINGkhFItaZ2dvMGdT5iw==",
- "path": "microsoft.bcl.asyncinterfaces/1.0.0",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.0.0.nupkg.sha512"
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
- "path": "microsoft.data.sqlclient/2.1.4",
- "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
- "path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hP5J3EvpVdZmCn1D3ovedphvZrIn3OXZaBZfEnCkSCqqbqAu6xzwbNqwRkik0y4R6zOOf4eLh1riwjy4eAUlZA==",
- "path": "microsoft.entityframeworkcore/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Q3/fKW6XCTfnDk4fYP2BJZi84cD2SuCPkP3A3QqxvCQcXbX90bfSLzVIsoMXzigHGJgZUJ+Un7QodT5Nvk0+Eg==",
- "path": "microsoft.entityframeworkcore.abstractions/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QUeDIhs+O+MoDEc3k60mNyVDbwyDURCqZQlZoKShuZUcSfXSrDMbHKuFSxBIDNQBt092qSjfnwf7w0Ua/IB3Zw==",
- "path": "microsoft.entityframeworkcore.analyzers/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Design/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zNjMWJ6MJ/Qm7S6wFBqVgn7DEpilbDMy0xgA7c4Y1yY9/LoaC2pWwWO4ePaYoPCZpLx/eTViWEr5ZXta/vK//Q==",
- "path": "microsoft.entityframeworkcore.design/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.design.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vhAQizlAgvPfurkh9XysNaFc/g3WPXtSka3Y1rXuQdnT//p16CDKt9lO9h+rYmooD+cA7TijSxwqck4GApDT/Q==",
- "path": "microsoft.entityframeworkcore.relational/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.relational.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fBBG1AvrqPSvTEWyg9W18F/obiV7Soi/RItwBt48kjte1heRaogCsKj8KBnJQACM/8L+NAhyKp3BH12nN7+yDA==",
- "path": "microsoft.entityframeworkcore.sqlserver/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Tools/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aeCzVNLmDl9IfB19WAjrlKcG61Cl4/ZV/9ubifmifKEps+kvMkKIcams5j+8q6dtx9/UL2x3tbOz2BS3eU0sXQ==",
- "path": "microsoft.entityframeworkcore.tools/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.tools.6.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
- "path": "microsoft.extensions.apidescription.server/3.0.0",
- "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
- "path": "microsoft.extensions.caching.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
- "path": "microsoft.extensions.caching.memory/6.0.1",
- "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
- "path": "microsoft.extensions.configuration.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Features/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-y7KLF1jRFQjSttfoilwHU86cU9ZgxN4ABfQR8tQ9qEC5AzTGYIX+K5RDwGFVK320eTiBwWuutV24ecmxBxo7Eg==",
- "path": "microsoft.extensions.features/6.0.5",
- "hashPath": "microsoft.extensions.features.6.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
- "path": "microsoft.extensions.logging/6.0.0",
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
- "path": "microsoft.extensions.logging.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
- "path": "microsoft.extensions.options/6.0.0",
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
- "path": "microsoft.extensions.primitives/6.0.0",
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.21.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
- "path": "microsoft.identity.client/4.21.1",
- "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==",
- "path": "microsoft.identitymodel.logging/6.8.0",
- "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
- "path": "microsoft.identitymodel.protocols/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==",
- "path": "microsoft.identitymodel.tokens/6.8.0",
- "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
- "path": "microsoft.netcore.platforms/3.1.0",
- "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
- "path": "microsoft.openapi/1.2.3",
- "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
- },
- "Microsoft.Web.Infrastructure/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FNmvLn5m2LTU/Rs2KWVo0SIIh9Ek+U0ojex7xeDaSHw/zgEP77A8vY5cVWgUtBGS8MJfDGNn8rpXJWEIQaPwTg==",
- "path": "microsoft.web.infrastructure/1.0.0",
- "hashPath": "microsoft.web.infrastructure.1.0.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
- "path": "microsoft.win32.registry/4.7.0",
- "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
- "path": "microsoft.win32.systemevents/4.7.0",
- "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "SSH.NET/2020.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-G0dNlTBAM00KZXv1wWVwgg26d9/METcM6qWBpNQwllzQmmbu+Zu+FS1L1X4fFgGdPu3e8k9mmTBu6SwtQ0614g==",
- "path": "ssh.net/2020.0.2",
- "hashPath": "ssh.net.2020.0.2.nupkg.sha512"
- },
- "SshNet.Security.Cryptography/1.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5pBIXRjcSO/amY8WztpmNOhaaCNHY/B6CcYDI7FSTgqSyo/ZUojlLiKcsl+YGbxQuLX439qIkMfP0PHqxqJi/Q==",
- "path": "sshnet.security.cryptography/1.3.0",
- "hashPath": "sshnet.security.cryptography.1.3.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JFk0+HHUPdjYuPhkpGBMLi2JtnEuWkE2pp0yXQp64DmeMe+Fb0hZyVNq/ENJ2vQNso7Zg+C758WmR/xyAl36bA==",
- "path": "swashbuckle.aspnetcore/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.6.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-idAFh4xhyJHYHfdLVOOn+BmscBul1OQbWsnL6YPJE8tO/0y6S79hDCvs6OY5VI093/9+1pYY3j31Zet9yaDZjA==",
- "path": "swashbuckle.aspnetcore.swagger/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.swagger.6.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+uoBV4h/6NhCPLoTofSmuOnZ+usu4PW1jP6l4OHwPyu2frbYXGNpJsHs5uUXXn929OiVQkT8wo3Lj/o+P99Ejg==",
- "path": "swashbuckle.aspnetcore.swaggergen/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.6.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JLm9hN67jh7RHsX3H30+tb432Li8xm/qV5lRyMMkyHYMfWitIuKAAdrpo2ILcHOIeH7CLMuOO2hp/iLBmE+Bkw==",
- "path": "swashbuckle.aspnetcore.swaggerui/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.6.3.1.nupkg.sha512"
- },
- "System.Collections.Immutable/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
- "path": "system.collections.immutable/6.0.0",
- "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
- "path": "system.configuration.configurationmanager/4.7.0",
- "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ndUZlEkAMc1XzM0xGN++SsJrNhRkIHaKI8+te325vrUgoLT1ufWNI6KB8FFrL7NpRMHPrdxP99aF3fHbAPxW0A==",
- "path": "system.directoryservices.protocols/6.0.1",
- "hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512"
- },
- "System.Drawing.Common/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
- "path": "system.drawing.common/4.7.0",
- "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==",
- "path": "system.identitymodel.tokens.jwt/6.8.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
- },
- "System.IO.Pipelines/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
- "path": "system.io.pipelines/6.0.3",
- "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
- },
- "System.Runtime.Caching/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
- "path": "system.runtime.caching/4.7.0",
- "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Security.AccessControl/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
- "path": "system.security.accesscontrol/4.7.0",
- "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
- "path": "system.security.cryptography.cng/4.5.0",
- "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
- "path": "system.security.cryptography.protecteddata/4.7.0",
- "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
- },
- "System.Security.Permissions/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
- "path": "system.security.permissions/4.7.0",
- "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
- "path": "system.security.principal.windows/4.7.0",
- "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
- "path": "system.text.encoding.codepages/4.7.0",
- "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
- },
- "System.Windows.Extensions/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
- "path": "system.windows.extensions/4.7.0",
- "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.dll b/ApiPolo/bin/Debug/net6.0/ApiPolo.dll
deleted file mode 100644
index 7984f64..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/ApiPolo.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.exe b/ApiPolo/bin/Debug/net6.0/ApiPolo.exe
deleted file mode 100644
index 034c160..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/ApiPolo.exe and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.pdb b/ApiPolo/bin/Debug/net6.0/ApiPolo.pdb
deleted file mode 100644
index 67eccfd..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/ApiPolo.pdb and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.runtimeconfig.json b/ApiPolo/bin/Debug/net6.0/ApiPolo.runtimeconfig.json
deleted file mode 100644
index dfb1b77..0000000
--- a/ApiPolo/bin/Debug/net6.0/ApiPolo.runtimeconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "6.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.staticwebassets.runtime.json b/ApiPolo/bin/Debug/net6.0/ApiPolo.staticwebassets.runtime.json
deleted file mode 100644
index 0eb1038..0000000
--- a/ApiPolo/bin/Debug/net6.0/ApiPolo.staticwebassets.runtime.json
+++ /dev/null
@@ -1 +0,0 @@
-{"ContentRoots":["C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\"],"Root":{"Children":{"logo_disco.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_disco.jpg"},"Patterns":null},"logo_ferra.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_ferra.jpg"},"Patterns":null},"logo_marro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_marro.jpg"},"Patterns":null},"VIRTU":{"Children":{"AZI01":{"Children":{"AZI01_LOGO.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI01/AZI01_LOGO.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"AZI02":{"Children":{"AZI02_LOGO.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/AZI02_LOGO.jpg"},"Patterns":null},"company2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/company2.png"},"Patterns":null},"img2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/img2.png"},"Patterns":null},"No_image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/No_image.png"},"Patterns":null},"R.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/R.png"},"Patterns":null}},"Asset":null,"Patterns":null},"CAV00001.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/CAV00001.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
diff --git a/ApiPolo/bin/Debug/net6.0/ApiPolo.xml b/ApiPolo/bin/Debug/net6.0/ApiPolo.xml
deleted file mode 100644
index 9d65719..0000000
--- a/ApiPolo/bin/Debug/net6.0/ApiPolo.xml
+++ /dev/null
@@ -1,9510 +0,0 @@
-
-
-
- ApiPolo
-
-
-
-
- Controller unico
-
-
-
- polocontroller
-
-
- vuoto=chiamata presa in carico 3=chiamata chiusa 2=manutenzione chiusa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 200=Ok 500=ErroreInterno 400=OperazioneNonAmmessa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Zucchetti Sicilia
-
-
- Discovery
-
-
- Sarom
-
-
- Sinergo
-
-
- Gitoga
-
-
- Lifta
-
-
- Siet
-
-
- PMS
-
-
- VT app
-
-
- Lift-web
-
-
- Tedesco Impianti
-
-
-
-
-
-
-
-
-
-
-
- Zucchetti Sicilia
-
-
- Discovery
-
-
- Sarom
-
-
- Sinergo
-
-
- Gitoga
-
-
- Lifta
-
-
- Siet
-
-
- PMS
-
-
- Virtual task
-
-
- Lift web
-
-
- Tedesco impianti
-
-
- trasforma un Saldiart in un Mag_New
-
-
- trasforma un Compi_Impia in un Mag_New
-
-
- crea un cpccchk
-
-
- formatta l'indirizzo della lista chiamate
-
-
- formatta l'indirizzo stampa chiamate
-
-
- formatta l'indirizzo stampa chiamateper Discovery
-
-
- formatta l'indirizzo della lista chiamate TEDESCO
-
-
- formatta l'indirizzo della lista chiamate Virtual task
-
-
- formatta il riferimento impainto (html)
-
-
- formatta il riferimento impianto Disco (html)
-
-
- formatta il riferimento impianto Ferrari (html)
-
-
- formatta l'indirizzo stampa manutenzioni
-
-
- formatta il riferimento impainto (html)
-
-
- formatta l'indirizzo della lista manutenzioni
-
-
- formatta riferimwnto impianto su buono (html)
-
-
- formatta riferimwnto impianto su buono (html) Disco
-
-
- Configurazioni per azienda return:ActionResult
-
-
- token riewmpimento
-
-
- elimina Token
-
-
- inserisce Token
-
-
- token salvataggio
-
-
- Magazzini per login return:ActionResult
-
-
- Login iniziale return:ActionResult
-
-
- Codici di chiusura per scheda intevento return:ActionResult
-
-
- Chiamate per tecnico e azienda (tenant) in stato C=Assegnate return:ActionResult
-
-
- presaInCarico: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce il primo record di una presa in carico su RAPP_NEW return:ActionResult
-
-
- rifiuta: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce record su RAPP_NEW con INCARICO=N e RIFIUTATA=S return:ActionResult
-
-
- chiudi: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce record su RAPP_NEW con i dati dell'intervento return:ActionResult
-
-
- rilascia: elimina record su RAPP_NEW con i dati dell'intervento return:ActionResult
-
-
- Manutenzioni per tecnico e azienda (tenant). Intervallo: 1 mese prima e 1 mese dopo rispetto a GETDATE() con GENERATO diverso da S return:ActionResult
-
-
- prendi_in_carico: inserisce record su Prese con i dati dell'intervento return:ActionResult TEDES_MAGAZZINIDbContext
-
-
- chiudi: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce record su RAPP_NEW con i dati dell'intervento return:ActionResult
-
-
- rilascia: elimina record su Prese con i dati dell'intervento return:ActionResult
-
-
-
-
-
- Upload return:ActionResult
-
-
- Componenti impianto return:ActionResult
-
-
- aggiunge un componente all'impianto. Inserisce in LABSEMICOMIMP return:ActionResult
-
-
- toglie un componente all'impianto. Cancella in LABSEMICOMIMP return:ActionResult
-
-
- Ricerca articoli per impianto return:ActionResult
-
-
- rapportino per pezzi magazzino. Inserisce in LABSEMAG_NEW return:ActionResult
-
-
- Ricerca Impianti return:ActionResult
-
-
- Storico interventi return:ActionResult
-
-
- Anagrafica return:ActionResult
-
-
- Tabelle di dominio: causali pagamenti, causali rapportino, tipi esito, tipi intervento return:ActionResult
-
-
-
-
-
- Commesse return:ActionResult IEnumerable Commessa
-
-
- Salva la timbratuta in tabella Timbrature return:ActionResult Timbratura_out
-
-
- Storico rapportini tecnico return:ActionResult di Sto_Imp_out
-
-
- Ricerca Commessa return:ActionResult
-
-
- Salva la timbratuta in tabella Timbrature return:ActionResult Timbratura_out
-
-
- Login iniziale return:ActionResult
-
-
- VIRTUAL TASK: Tecnici per azienda
-
-
- VIRTUAL TASK: Tecnici per azienda
-
-
- VIRTUAL TASK: crea un tecnico return:ActionResult
-
-
- VIRTUAL TASK: cancella un tecnico return:ActionResult
-
-
- VIRTUAL TASK: modifica un tecnico return:ActionResult
-
-
- VIRTUAL TASK: Codici di chiusura
-
-
- VIRTUAL TASK: crea un codice chiusura return:ActionResult
-
-
- VIRTUAL TASK: cancella un codice chiusura return:ActionResult
-
-
- VIRTUAL TASK: modifica un codice chiusura return:ActionResult
-
-
- VIRTUAL TASK: anagrafiche clienti per azienda
-
-
- VIRTUAL TASK: crea una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: crea una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: modifica una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: cancella una anagrafica (valorizza data obsolescenza) return:ActionResult
-
-
- VIRTUAL TASK: rapp_new per azienda
-
-
- VIRTUAL TASK: crea una rappnew return:ActionResult
-
-
- VIRTUAL TASK: modifica una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: cancella una rapp_new return:ActionResult
-
-
- VIRTUAL TASK: impianti per azienda
-
-
- VIRTUAL TASK: impianti per azienda
-
-
- VIRTUAL TASK: crea un impianto return:ActionResult
-
-
- VIRTUAL TASK: modifica un impianto return:ActionResult
-
-
- VIRTUAL TASK: cancella un impianto return:ActionResult
-
-
- VIRTUAL TASK: chiamate per azienda
-
-
- VIRTUAL TASK: chiamate per azienda
-
-
- VIRTUAL TASK: crea una chiamata return:ActionResult
-
-
- VIRTUAL TASK: modifica una chiamata return:ActionResult
-
-
- VIRTUAL TASK: cancella una chiamata return:ActionResult
-
-
- VIRTUAL TASK: progressivi per azienda
-
-
- VIRTUAL TASK: modifica un progressivo return:ActionResult
-
-
- VIRTUAL TASK: dati azienda
-
-
- VIRTUAL TASK: crea una azienda return:ActionResult
-
-
- VIRTUAL TASK: modifica un progressivo return:ActionResult
-
-
- VIRTUAL TASK: cancella una azienda return:ActionResult
-
-
- VIRTUAL TASK: registrazioni
-
-
- VIRTUAL TASK: crea una registrazione return:ActionResult
-
-
- VIRTUAL TASK: modifica una registrazione return:ActionResult
-
-
- VIRTUAL TASK: cancella una registrazione return:ActionResult
-
-
- VIRTUAL TASK: registrazioni
-
-
- VIRTUAL TASK: commesse
-
-
- VIRTUAL TASK: crea una commessa return:ActionResult
-
-
- VIRTUAL TASK: modifica una commessa return:ActionResult
-
-
- VIRTUAL TASK: cancella una commessa (valorizza data obsolescenza) return:ActionResult
-
-
- VIRTUAL TASK: dati Azienda
-
-
- VIRTUAL TASK: crea dati azienda return:ActionResult
-
-
- VIRTUAL TASK: modifica una commessa return:ActionResult
-
-
- VIRTUAL TASK: cancella una dati azienda return:ActionResult
-
-
- VIRTUAL TASK: cancella una dati azienda return:ActionResult
-
-
- VIRTUAL TASK: legge e salva su server return:ActionResult
-
-
- VIRTUAL TASK: salvataggio su disco
-
-
- VIRTUAL TASK: ricava il nome del file a partire dal path web
-
-
- VIRTUAL TASK: dati Azienda
-
-
- VIRTUAL TASK: inserisce buono
-
-
- VIRTUAL TASK: Timbrature da App
-
-
-
- Contiene i campi di SALDIART
-
-
-
- tipo
-
-
- codice
-
-
- email
-
-
- codice fiscale
-
-
- partita iva
-
-
- indirizzo
-
-
- telefono
-
-
- cellulare
-
-
- pec
-
-
- descrizione
-
-
- listino cliente
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tipo
-
-
- codice
-
-
- codice azienda
-
-
- email
-
-
- codice fiscale
-
-
- partita iva
-
-
- indirizzo
-
-
- telefono
-
-
- cellulare
-
-
- pec
-
-
- descrizione
-
-
- listino cliente
-
-
- cliente eliminato
-
-
-
- Contiene i campi di API_CLIENTI
-
-
-
- tipo
-
-
- codice
-
-
- email
-
-
- codice fiscale
-
-
- partita iva
-
-
- indirizzo
-
-
- telefono
-
-
- cellulare
-
-
- pec
-
-
- descrizione
-
-
- listino cliente
-
-
- cliente eliminato
-
-
- azienda (tenant2)
-
-
-
- Azienda prsente
-
-
-
-
- Azienda tecnico
-
-
-
- Azienda collegata all'azienda principale
-
-
- azienda
-
-
- tecnico
-
-
- tecnico
-
-
- Nome azienda collegata
-
-
- url logo
-
-
- Testo rapportino
-
-
- buoni rapportini
-
-
- azienda
-
-
- seriale buono
-
-
- immagine
-
-
- data inserimento
-
-
- Buono per Lift web
-
-
- azienda
-
-
- seriale buono
-
-
- immagine
-
-
- data inserimento
-
-
-
- Causali rapportino
-
-
-
- codice causale
-
-
- descrizione causale
-
-
- flag fatturazione
-
-
-
-
-
- codice azienda
-
-
- codice di chiusura
-
-
- codice intervento
-
-
- Oggetto Vista abbinamento codice chiusura-codice intervento
-
-
- Azienda
-
-
- codice di chiusura PIASSCHIU
-
-
- codice intervento PIASSCHIU
-
-
- codice intervento CODINTE
-
-
- descrizione intervento CODINTE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- ViSTA Chiamate
-
-
- Azienda
-
-
-
- Seriale Chiamata
-
-
-
-
- Stato chiamata
-
-
-
-
- Codice Chiamatista assegnato
-
-
-
-
- Data appuntamento chiamata
-
-
-
-
- Ora appuntamento inizio
-
-
-
-
- Minuti appuntamento inizio
-
-
-
-
- Note appuntamento
-
-
-
-
- Codice Impianto chiamata
-
-
-
-
- Descrizione codice segnalazione
-
-
-
-
- Telefono cliente
-
-
-
-
- descrizione cliente
-
-
-
-
- Indirizzo impianto tipo
-
- Via,Piazza,
-
-
-
- Indirizzo impianto nome
-
-
-
-
- Indirizzo impianto numero
-
-
-
-
- Indirizzo impianto sottonumero
-
-
-
-
- Indirizzo impianto Scala
-
-
-
-
- Indirizzo impianto localitÃ
-
-
-
-
- Indirizzo impianto Cap
-
-
-
-
- Indirizzo impianto comune
-
-
-
-
- Indirizzo impianto provincia
-
-
-
-
- Indirizzo impianto nazione
-
-
-
-
- MANPROG: matricola impianto
-
-
-
-
- MANPROG: numero impianto
-
-
-
-
- MANPROG: ubicazione impianto
-
-
-
-
- Tecnico descrizione
-
-
-
-
- Tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapp_new preso in carico
-
-
-
-
- RAPP_NEW: tipo rapp_new preso in carico (valore vuoto)
-
-
-
-
- RAPP_NEW: preso in carico (S o NULL)
-
-
-
-
- RAPP_NEW: seriale rapp_new rifiutata
-
-
-
-
- RAPP_NEW: tipo rapp rifiutata (valore vuoto)
-
-
-
-
- RAPP_NEW: rifiutato (S o null)
-
-
-
-
- RAPP_NEW: seriale chiamata chiusa
-
-
-
-
- RAPP_NEW: tipo chiamata chiusa (3 o null)
-
-
-
-
- RAPP_NEW: seriale buono chiamata chiusa
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
- Esercizio
-
-
- Tipo
-
-
- numero chiamata
-
-
- Data inserimento chiamata
-
-
- Ora inserimento chiamata
-
-
- Minuti inserimento chiamata
-
-
- operatore assegnazione
-
-
- operatore di chiusura
-
-
- azienda impianto
-
-
- ora appuntamento fine
-
-
- minuto appuntamento fine
-
-
- Riferimento chiamata
-
-
- telefono riferimento
-
-
- tcodice segnalazione
-
-
- Fermo impianto S/N
-
-
- Data assegnazione chiamata
-
-
- Ora assegnazione chiamata
-
-
- Min assegnazione chiamata
-
-
- Data chiusura chiamata
-
-
- Ora chiusura chiamata
-
-
- Min chiusura chiamata
-
-
- Data inizio intervento
-
-
- Ora inizio intervento
-
-
- Min inizio intervento
-
-
- Data fine intervento
-
-
- Ora fine intervento
-
-
- Min fine intervento
-
-
- Numero 1 rapportino futuro
-
-
- Serie 1 rapportino futuro
-
-
- Numero 2 rapportino futuro
-
-
- Modalità raccolta chiamata
-
-
- Numero chiamata per impianto per anno
-
-
- Importo manodopera
-
-
- Percentuale manodopera
-
-
- Stampa manodopera
-
-
- Chiusura da remoto
-
-
- Riferimento seriale importazione
-
-
- Descrizione
-
-
- Tipo impianto
-
-
- Ultimo amministratore
-
-
- Descrizione Ult. Amministratore
-
-
- Telefono Ult. Amministratore
-
-
- Zona manutenzione
-
-
- Pubblico/privato
-
-
- Zona chiamate
-
-
- Zona supervisione
-
-
- Data inizio manutenzione
-
-
- Data fine manutenzione
-
-
- Data costruzione
-
-
- Numero telesoccorso
-
-
- Email cliente
-
-
- Ultimo cliente
-
-
- codice cliente
-
-
- tipo anagrafica
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- riferimento impianto (va su rapportino)
-
-
- Tabella CHIAMATE (insert da app)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tabella CHIAMATE (insert da app) - Output
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- ViSTA Chiamate
-
-
- Azienda
-
-
-
- Seriale Chiamata
-
-
-
-
- Stato chiamata
-
-
-
-
- Codice Chiamatista assegnato
-
-
-
-
- Data appuntamento chiamata
-
-
-
-
- Ora appuntamento inizio
-
-
-
-
- Minuti appuntamento inizio
-
-
-
-
- Note appuntamento
-
-
-
-
- Codice Impianto chiamata
-
-
-
-
- Descrizione codice segnalazione
-
-
-
-
- Telefono cliente
-
-
-
-
- descrizione cliente
-
-
-
-
- Indirizzo impianto tipo
-
- Via,Piazza,
-
-
-
- Indirizzo impianto nome
-
-
-
-
- Indirizzo impianto numero
-
-
-
-
- Indirizzo impianto sottonumero
-
-
-
-
- Indirizzo impianto Scala
-
-
-
-
- Indirizzo impianto localitÃ
-
-
-
-
- Indirizzo impianto Cap
-
-
-
-
- Indirizzo impianto comune
-
-
-
-
- Indirizzo impianto provincia
-
-
-
-
- Indirizzo impianto nazione
-
-
-
-
- matricola impianto
-
-
-
-
- numero impianto
-
-
-
-
- ubicazione impianto
-
-
-
-
- Tecnico descrizione
-
-
-
-
- Tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapp_new preso in carico
-
-
-
-
- RAPP_NEW: tipo rapp_new preso in carico (valore vuoto)
-
-
-
-
- RAPP_NEW: preso in carico (S o NULL)
-
-
-
-
- RAPP_NEW: seriale rapp_new rifiutata
-
-
-
-
- RAPP_NEW: tipo rapp rifiutata (valore vuoto)
-
-
-
-
- RAPP_NEW: rifiutato (S o null)
-
-
-
-
- RAPP_NEW: seriale chiamata chiusa
-
-
-
-
- RAPP_NEW: tipo chiamata chiusa (3 o null)
-
-
-
-
- RAPP_NEW: seriale buono chiamata chiusa
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- altri dati chiamata
-
- Esercizio
-
-
- Tipo
-
-
- numero chiamata
-
-
- Data inserimento chiamata
-
-
- Ora inserimento chiamata
-
-
- Minuti inserimento chiamata
-
-
- operatore assegnazione
-
-
- operatore di chiusura
-
-
- azienda impianto
-
-
- ora appuntamento fine
-
-
- minuto appuntamento fine
-
-
- Riferimento chiamata
-
-
- telefono riferimento
-
-
- tcodice segnalazione
-
-
- altri campi
-
-
- Codice cliente
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- riferimento impianto (va su rapportino)
-
-
- indirizzo stampa (html) su buono
-
-
- impianto per lista (html)
-
-
- riferimento impianto (html) su buono
-
-
- Chiusure
-
-
- codice chiusura
-
-
- descrizione
-
-
- ccrapabi
-
-
- obbligatoria
-
-
- ccchiint
-
-
- azienda
-
-
- Descrizione supplementare da mettere sul rapportino
-
-
- Contiena la lista di tipologie di manutenzione associate a quel codice
-
-
-
- (Virtual Task) Contiene i campi di CCHIUSA
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViSTA API_COMMESSE
-
-
- seriale Commessa
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- Descrizione commessa per SIET
-
-
- seriale Commessa
-
-
- tipo lavorazione
-
-
- centro di costo - ticket
-
-
- Codice commessa
-
-
- ViSTA API_COMMESSE
-
-
- Codice Commessa
-
-
- Descrizione Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- elemento lista formato html
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
- ViSTA API_COMMESSE - VT
-
-
- seriale Commessa
-
-
- Azienda
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- codice impianto - commesse
-
-
- flag commessa generica cliente
-
-
- seriale Commessa
-
-
- seriale Commessa
-
-
- Azienda
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- codice impianto
-
-
- flag commessa generica cliente
-
-
-
- Contiene i campi di xxxMICOMIMP (componenti impianto)
-
-
-
-
- codice impianto
-
-
-
-
- codice impianto
-
-
-
-
- indice riga
-
-
-
-
- quantitÃ
-
-
-
-
- codice articolo
-
-
-
-
- note
-
-
-
-
- lotto articolo
-
-
-
-
- matricola articolo
-
-
-
-
- descrizione articolo
-
-
-
-
- descrizione per ogni articolo (se abilitata da configurazioni)
-
-
-
- Contiene i campi di xxxMICOMIMP (componenti impianto) oggetto di output
-
-
-
-
- codice impianto
-
-
-
-
- codice impianto
-
-
-
-
- indice riga
-
-
-
-
- codice articolo
-
-
-
-
- codice articolo
-
-
-
-
- note
-
-
-
-
- lotto articolo
-
-
-
-
- matricola articolo
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Classe componenti per scrittura db
-
-
-
-
- codice impianto
-
-
-
-
- codice impianto
-
-
-
-
- indice riga
-
-
-
-
- codice articolo
-
-
-
-
- codice articolo
-
-
-
-
- note
-
-
-
-
- lotto articolo
-
-
-
-
- matricola articolo
-
-
-
-
-
-
- azienda
-
-
- path file buoni (immagini rapportini)
-
-
- prefisso dei buoni da chiamata
-
-
- prefisso dei buoni da mauntenzione
-
-
- url ftp per upload delle immagini
-
-
- utente ftp per upload delle immagini
-
-
- password ftp per upload delle immagini
-
-
- Listino articoli per magazzino
-
-
- pulsante naviga nelle liste
-
-
- pulsante telefona nelle liste
-
-
- abilita funzione
-
-
- abilita funzione
-
-
- barcode abilitato opzionalmente in varie sezioni. Per renderlo obbligatorio vedi flag sott
-
-
-
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- hiamate_rifiuta_barcode
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- abilita funzione
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- chiede presena DPI prima di scheda
-
-
- visualizza anagrafica
-
-
- abilita stato impianto
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- Costo orario intervento
-
-
- porta ftp
-
-
- barcode obbligatorio
-
-
- storico rapportini
-
-
- storico impianto
-
-
- Abilita link storico interventi
-
-
- Abilita link ricerca impianti
-
-
- Abilita link storico impianto (solo per chi gestisce il magazzino)
-
-
- Calcolo tempo rapportino automatico
-
-
- Stampa ora inizio-fine su buono
-
-
- Stampa intestazione su buono
-
-
- Seriale chiamata da usare come teplate per inserire chiamata da app (commessa o normale)
-
-
- 0=non abilitata 1,2,3=abilitata
-
-
- Data rapportino editabile
-
-
- articoli impianto in forma decimale
-
-
- max num record in ricerca
-
-
- storico impianto
-
-
- Error Message
-
-
- Error Message detail
-
-
- Status
-
-
- Configurazioni
-
-
- azienda
-
-
- path file buoni (immagini rapportini)
-
-
- prefisso dei buoni da chiamata
-
-
- prefisso dei buoni da mauntenzione
-
-
- url ftp per upload delle immagini
-
-
- utente ftp per upload delle immagini
-
-
- password ftp per upload delle immagini
-
-
- Listino articoli per magazzino
-
-
- pulsante naviga nelle liste
-
-
- pulsante telefona nelle liste
-
-
- abilita funzione
-
-
- abilita funzione
-
-
- barcode abilitato opzionalmente in varie sezioni. Per renderlo obbligatorio vedi flag sott
-
-
-
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- hiamate_rifiuta_barcode
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- abilita funzione
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- chiede presena DPI prima di scheda
-
-
- visualizza anagrafica
-
-
- abilita stato impianto
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- Costo orario intervento
-
-
- porta ftp
-
-
- barcode obbligatorio
-
-
- OBSOLETO
-
-
- OBSOLETO
-
-
- Abilita link storico interventi
-
-
- Abilita link ricerca impianti
-
-
- Abilita link storico impianto (solo per chi gestisce il magazzino)
-
-
- Calcolo tempo rapportino automatico
-
-
- Stampa ora inizio-fine su buono
-
-
- Stampa intestazione su buono
-
-
- Seriale chiamata da usare come teplate per inserire chiamata da app (commessa o normale)
-
-
- 0=non abilitata 1,2,3=abilitata
-
-
- data rapportino editabile
-
-
- articoli impianto in forma decimale se valore maggiore di 1 e la cifra indica il numero di cifre decimali, altrimenti sono numeri interi
-
-
- max num record in ricerca
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- ConfigurazioniDbContext
-
-
- conf
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
- azienda
-
-
- tecnico
-
-
- Denominazione
-
-
- url del logo esposto
-
-
- logo
-
-
- testo azienda rapportino
-
-
- Aziende collegate
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Error
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FERRA_CHIAMATEDbContext
-
-
- FERRA_CHIAMATEDbContext
-
-
- FERRA_CHIAMATEDbContext
-
-
- OnModelCreating
-
-
- FERRA_CHIUSUREDbContext
-
-
- Chiusure
-
-
-
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FERRA_MANPROG_TECDbContext
-
-
- Manutenzioni
-
-
- Manutenzioni
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FERRA_CHIAMATEDbContext
-
-
- FERRA_CHIAMATEDbContext
-
-
-
-
-
- A
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Impianto
-
-
- Codice Impianto
-
-
- Descrizione Impianto
-
-
- Tipo indirizzo (Via, piazza..)
-
-
- indirizzo
-
-
- numero civico
-
-
- sottonumero
-
-
- scala
-
-
- localita
-
-
- Cap
-
-
- Comune
-
-
- Provincia
-
-
- Azienda
-
-
- cod cliente
-
-
- descrizione cliente
-
-
- Data cancellazione
-
-
-
-
-
- Codice Impianto
-
-
- Azienda
-
-
- Descrizione Impianto
-
-
- Tipo indirizzo (Via, piazza..)
-
-
- indirizzo
-
-
- numero civico
-
-
- sottonumero
-
-
- scala
-
-
- localita
-
-
- Cap
-
-
- Comune
-
-
- Provincia
-
-
- cliente associato
-
-
- Data cancellazione
-
-
- Impianto out
-
-
- Codice Impianto
-
-
- Codice Impianto
-
-
- Indirizzo Impianto
-
-
- Cap
-
-
- Comune
-
-
- Provincia
-
-
- LocalitÃ
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
-
- Contiene i campi di input sia per RAPP_NEW che per PRESE
-
-
-
-
- Tabella RAPP_NEW: Seriale rapportini
-
-
-
-
- Tabella RAPP_NEW: Tipo rapportini
-
-
-
-
- Tabella RAPP_NEW: Azienda
-
-
-
-
- Tabella RAPP_NEW: Codice Impianto
-
-
-
-
- Tabella RAPP_NEW: Azienda su cui è la chiamata
-
-
-
-
- Tabella RAPP_NEW: Seriale chiamata
-
-
-
-
- Tabella RAPP_NEW: Seriale chiamata
-
-
-
-
- Tabella RAPP_NEW: Data rapportino
-
-
-
-
- Tabella RAPP_NEW: Ora inizio
-
-
-
-
- Tabella RAPP_NEW: Tabella RAPP_NEW: minuto inizio
-
-
-
-
- Tabella RAPP_NEW: Ora fine
-
-
-
-
- Tabella RAPP_NEW: Minuto fine
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: descrizione intervento
-
-
-
-
- Tabella RAPP_NEW: stato
-
-
-
-
- Tabella RAPP_NEW: generato
-
-
-
-
- Tabella RAPP_NEW: azienda tecnico
-
-
-
-
- Tabella RAPP_NEW: codice tecnico
-
-
-
-
- Tabella RAPP_NEW: flag rifiutata
-
-
-
-
- Tabella RAPP_NEW: nominativo firma
-
-
-
-
- Tabella RAPP_NEW: flag stato In Carico
-
-
-
-
- Tabella RAPP_NEW: data validitÃ
-
-
-
-
- Tabella RAPP_NEW: pathg immagine buono o firma
-
-
-
-
- Tabella RAPP_NEW: seriale del buono
-
-
-
-
- Tabella RAPP_NEW: seriale del buono
-
-
-
-
- Tabella RAPP_NEW: data/ora effettiva del lavoro (nel caso dispositivo offline)
-
-
-
- Tabella PRESE: Azienda
-
-
- Tabella PRESE: Impianto
-
-
- Tabella PRESE: Codice intervento QUI=? SEM=SEMESTRALE
-
-
- Tabella PRESE: Tecnico
-
-
- Tabella PRESE: data della manutenzione
-
-
- Tabella PRESE: Zona manutenzione
-
-
- Tabella PRESE: check presa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Componenti impianto aggiunti
-
-
- Componenti impianto eliminati
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LoginModel
-
-
- Username
-
-
- Password
-
-
- Tenant
-
-
- Conf (configurazioni app)
-
-
- pulsante naviga nelle liste
-
-
- pulsante telefona nelle liste
-
-
- abilita funzione
-
-
- abilita funzione
-
-
- barcode abilitato opzionalmente in varie sezioni. Per renderlo obbligatorio vedi flag sott
-
-
-
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- hiamate_rifiuta_barcode
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- abilita funzione
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- chiede presena DPI prima di scheda
-
-
- anagrafica visualizza anagrafica
-
-
- abilita stato impianto
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- Costo orario intervento
-
-
- porta ftp
-
-
- barcode obbligatorio
-
-
- storico rapportini abilita
-
-
- storico impianto
-
-
- Abilita link storico interventi
-
-
- Abilita link ricerca impianti
-
-
- Abilita link storico impianto (solo per chi gestisce il magazzino)
-
-
- Calcolo tempo rapportino automatico
-
-
- Stampa ora inizio-fine su buono
-
-
- Stampa intestazione su buono
-
-
- Seriale chiamata da usare come teplate per inserire chiamata da app (commessa o normale)
-
-
- 0=non abilitata 1,2,3=abilitata
-
-
- data rapportino editabile
-
-
- articoli impianto in forma decimale
-
-
- max num record in ricerca
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- LoginOut (token+user)
-
-
- token
-
-
- token
-
-
- token
-
-
- token
-
-
- storico impianto
-
-
- Error Message
-
-
- Error Message detail
-
-
- Status
-
-
- flag admin
-
-
- tenant
-
-
-
- Magazzini azienda
-
-
-
-
- codice magazzino
-
-
-
-
- descrizione
-
-
-
-
- Contiene i campi di MAG_NEW
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- descrizione articolo
-
-
- riga impianto
-
-
- codice impianto
-
-
- note
-
-
- cpccchk
-
-
- descrizione per ogni articolo (se abilitata da configurazioni)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- descrizione articolo
-
-
- riga impianto
-
-
- codice impianto
-
-
- note
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Manutenzioni Programmate
-
-
-
-
- MANPROG: codice intervento (BIM=bimestrale, SEM=semestarle,..)
-
-
-
-
- MANPROG: data prossima manutenzione
-
-
-
-
- MANPROG: descrizione intervento
-
-
-
-
- MANPROG: indirizzo 1 impianto
-
-
-
-
- MANPROG: indirizzo 2 impianto
-
-
-
-
- MANPROG: indirizzo 3 impianto
-
-
-
-
- MANPROG: indirizzo 4 impianto
-
-
-
-
- MANPROG: indirizzo 5 impianto
-
-
-
-
- MANPROG: localita impianto
-
-
-
-
- MANPROG: cap impianto
-
-
-
-
- MANPROG: comune impianto
-
-
-
-
- MANPROG: matricola impianto
-
-
-
-
- MANPROG: numero impianto
-
-
-
-
- MANPROG: ubicazione impianto
-
-
-
-
- MANPROG: provincia 5 impianto
-
-
-
-
- MANPROG: nazione impianto
-
-
-
-
- MANPROG: codice impianto
-
-
-
-
- MANPROG: tecnico descrizione
-
-
-
-
- MANPROG: tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapportino
-
-
-
-
- RAPP_NEW: seriale buono
-
-
-
-
- RAPP_NEW: flag generato. Rapportino importato in AdHoc
-
-
-
-
- PRESE: codice impianto
-
-
-
-
- PRESE: codice intervento (BIM=bimestrale,SEM=semestrale)
-
-
-
-
- PRESE: data manutenzione
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- Zona Impianto
-
-
- Riferimento Impianto
-
-
-
- Manutenzioni Programmate uscita
-
-
-
-
- MANPROG: codice intervento (BIM=bimestrale, SEM=semestarle,..)
-
-
-
-
- MANPROG: data prossima manutenzione
-
-
-
-
- MANPROG: descrizione intervento
-
-
-
-
- MANPROG: indirizzo 1 impianto
-
-
-
-
- MANPROG: indirizzo 2 impianto
-
-
-
-
- MANPROG: indirizzo 3 impianto
-
-
-
-
- MANPROG: indirizzo 4 impianto
-
-
-
-
- MANPROG: indirizzo 5 impianto
-
-
-
-
- MANPROG: localita impianto
-
-
-
-
- MANPROG: cap impianto
-
-
-
-
- MANPROG: comune impianto
-
-
-
-
- MANPROG: provincia 5 impianto
-
-
-
-
- matricola impianto
-
-
-
-
- numero impianto
-
-
-
-
- ubicazione impianto
-
-
-
-
- MANPROG: nazione impianto
-
-
-
-
- MANPROG: codice impianto
-
-
-
-
- MANPROG: tecnico descrizione
-
-
-
-
- MANPROG: tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapportino
-
-
-
-
- RAPP_NEW: seriale buono
-
-
-
-
- RAPP_NEW: flag generato. Rapportino importato in AdHoc
-
-
-
-
- PRESE: codice impianto
-
-
-
-
- PRESE: codice intervento (BIM=bimestrale,SEM=semestrale)
-
-
-
-
- PRESE: data manutenzione
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
- Manutenzioni: cliente
-
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- altri dati Manutenzione
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- Zona Impianto
-
-
- Riferimento Impianto
-
-
- indirizzo stampa (html)
-
-
- impianto per lista (html)
-
-
- riferimento impianto (html) su buono
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViSTA Chiamate
-
-
- Azienda
-
-
- utente destinastario notifica
-
-
- seriale della chiamata
-
-
- data di invio della notifica
-
-
- Uscita chiamataTable+chiamate
-
-
- output di chiamataTable (inserimento in tabella Chiamate)
-
-
- output di Chiamate_out (inserimento in tabella Rapp_new)
-
-
- output di ChiamateSeriale_out (aggiornamento in tabella in tabella PINUMCHI)
-
-
- output di ChiamateSeriale_out (aggiornamento in tabella in tabella cpwarn)
-
-
- output di ChiamateSeriale_out (aggiornamento in tabella in tabella cpwarn)
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- Output ricerca impianti e di ricerca commesse
-
-
- Codice Commessa
-
-
- Descrizione Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- descrizione
-
-
- elemento lista formato html
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
-
- Causali pagamento
-
-
-
- codice pagamento
-
-
- descrizione pagamento
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tabella PRESA
-
-
-
- Azienda
-
-
- Impianto
-
-
- Codice intervento QUI=? SEM=SEMESTRALE
-
-
- Tecnico
-
-
- data della manutenzione
-
-
- Zona manutenzione
-
-
- check presa
-
-
- cpccchk
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tabella progressivi
-
-
- Azienda
-
-
- stringa definisce il tipo di progressivo da gestire
-
-
- valore progressivo
-
-
- Azienda
-
-
- stringa definisce il tipo di progressivo da gestire
-
-
- valore progressivo
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- Rappmast: storico interventi per tecnico
-
-
- Seriale rapportini
-
-
- Causale
-
-
- Azienda
-
-
- Impianto
-
-
- Lavoro
-
-
- fase Lavoro
-
-
- tipo cliente
-
-
- codice cliente
-
-
- contratto manutenzione
-
-
- verbale
-
-
- azienda chiamata
-
-
- chiamata
-
-
- esercizio
-
-
- codice giro
-
-
- intervento giro
-
-
- numero rapportino
-
-
- serie rapportino
-
-
- data rapportino
-
-
- flag da fatturare
-
-
- flag fatturabile
-
-
- utente fatturabile
-
-
- data fatturabilitÃ
-
-
- codice pagamento
-
-
- azienda tecnico 1
-
-
- tecnico 1
-
-
- azienda tecnico 2
-
-
- tecnico 2
-
-
- azienda tecnico 3
-
-
- tecnico 3
-
-
- tecnici fatturabili
-
-
- Ore fatturabili
-
-
- giornate fatturabili
-
-
- Importo unitario
-
-
- servizio assistenza
-
-
- Importo totale
-
-
- descrizione
-
-
- Note
-
-
- Servizio dir. fisso
-
-
- descrizione dir. fisso
-
-
- Importo dir. fisso
-
-
- Importo dir. fisso
-
-
- servizio viaggio
-
-
- descrizione viaggio
-
-
- Importo viaggio
-
-
- Totale viaggio
-
-
- descrizione meteriale
-
-
- Note meteriale
-
-
- Importo materiali
-
-
- Descrizione intervento
-
-
- Note intervento
-
-
- Riferimento cliente
-
-
- Listino costi
-
-
- centro di costo
-
-
- commessa
-
-
- Zona analitica
-
-
- Seriale doc attivo
-
-
- Seriale doc passivo
-
-
- Seriale doc passivo
-
-
- Stato rapportino (Controllato S/N)
-
-
- Tipo intervento (Reperibile S/N)
-
-
- Modalita fatturazione
-
-
- Servizio per fatture a corpo
-
-
- Listino per fatture a corpo
-
-
- Importo servizio a corpo
-
-
- percentuale ricarico costi materiali
-
-
- descrizione servizio a corpo
-
-
- descrizione suppl servizio a corpo
-
-
- Numerazione automatica
-
-
- U.M. viaggio
-
-
- U.M. assistenza
-
-
- flag assegnazione tecnico da blocchetto
-
-
- percentuale manodopera
-
-
- importo manodopera a corpo
-
-
- importo materiale a corpo
-
-
- Servizio assistenza ore straordinario
-
-
- Servizio dir. fisso ore straordinario
-
-
- Servizio viaggio straordinario
-
-
- importo straord assistenza
-
-
- importo straord viaggio
-
-
- importo straord dir. fisso
-
-
- ore fatturabili straordinario
-
-
- importo totale straord assistenza
-
-
- importo totale straord viaggio
-
-
- Desc assistenza straordinario
-
-
- Desc dir. fisso straordinario
-
-
- Desc viaggio straordinario
-
-
- Servizio assistenza ore notturno
-
-
- Servizio dir. fisso ore notturno
-
-
- Servizio viaggio notturno
-
-
- importo notturno assistenza
-
-
- importo notturno viaggio
-
-
- importo notturno dir.fisso
-
-
- Ore fatturabili notturno
-
-
- importo totale notturno assistenza
-
-
- importo totale notturno viaggio
-
-
- 77777777
- Desc assistenza notturno
-
-
- Desc dir fisso notturno
-
-
- Desc viaggio notturno
-
-
- servizio assistenza ore festivo
-
-
- servizio dir. fisso ore festivo
-
-
- servizio viaggio festivo
-
-
- importo festivo assistenza
-
-
- importo festivo viaggio
-
-
- importo festivo dir. fisso
-
-
- ore fatturabili festivo
-
-
- importo totale festivo assistenza
-
-
- importo totale festivo viaggio
-
-
- desc assistenza festivo
-
-
- desc dir fisso festivo
-
-
- desc viaggio festivo
-
-
- importo unitario viaggio 2
-
-
- importo totale viaggio 2
-
-
- U.M. viaggio 2
-
-
- Km totali viaggio 2
-
-
- codice intervento
-
-
- Numero ordine
-
-
- ore fatturabili starordinario aiutante
-
-
- ore fatturabili notturne aiutante
-
-
- ore fatturabili festive aiutante
-
-
- importo straordinario aiutante
-
-
- importo notte aiutante
-
-
- importo festivo aiutante
-
-
- servizio assistenza straordinario aiutante
-
-
- descrizione servizio assistenza aiutante
-
-
- descrizione servizio notte aiutante
-
-
- descrizione servizio festivo aiutante
-
-
- servizio festivo aiutante
-
-
- descrizione festivo aiutante
-
-
- importo ore straordinario aiutante
-
-
- importo ore notturne aiutante
-
-
- importo ore festive aiutante
-
-
- periodo
-
-
- numero pasti
-
-
- importo pasti
-
-
-
-
-
- flag forza ore lavoro
-
-
- flag forza impianto
-
-
-
-
-
-
-
- Seriale
-
-
-
-
- Azienda
-
-
-
-
- Codice Impianto
-
-
-
-
- Seriale chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Data rapportino
-
-
-
- Codice Cliente
-
-
- Ragione Sociale
-
-
- ora inizio rapportino
-
-
- ora inizio rapportino
-
-
- min inizio rapportino
-
-
- min inizio rapportino
-
-
- codice chiusura 1
-
-
- codice chiusura 2
-
-
- codice chiusura 3
-
-
- codice chiusura 4
-
-
- codice chiusura 5
-
-
- codice chiusura 6
-
-
- codice chiusura 7
-
-
- codice chiusura 8
-
-
- codice chiusura 9
-
-
- codice chiusura 10
-
-
- descrizione int
-
-
- tecnico
-
-
- firma
-
-
- cod intervento
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapp_New
-
-
-
- Seriale rapportini
-
-
-
-
- Tipo rapportini
-
-
-
-
- Azienda
-
-
-
-
- Codice Impianto
-
-
-
-
- Azienda su cui è la chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Data rapportino
-
-
-
-
- Ora inizio
-
-
-
-
- minuto inizio
-
-
-
-
- Ora fine
-
-
-
-
- Minuto fine
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- descrizione intervento
-
-
-
-
- stato
-
-
-
-
- generato
-
-
-
-
- azienda tecnico
-
-
-
-
- codice tecnico
-
-
-
-
- flag rifiutata
-
-
-
-
- nminativo firma
-
-
-
-
- flag stato In Carico
-
-
-
-
- data validitÃ
-
-
-
-
- pathg immagine buono o firma
-
-
-
-
- seriale del buono
-
-
-
-
- data/ora effettiva del lavoro (nel caso dispositivo offline)
-
-
-
-
- codice_intervento (valido per manutenzioni. Esempio: SEM=semestrale)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Vista Rapp_New
-
-
- Seriale rapportini
-
-
-
- Tipo rapportini
-
-
-
-
- Azienda
-
-
-
-
- Codice Impianto
-
-
-
-
- Azienda su cui è la chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Data rapportino
-
-
-
-
- Ora inizio
-
-
-
-
- minuto inizio
-
-
-
-
- Ora fine
-
-
-
-
- Minuto fine
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- descrizione intervento
-
-
-
-
- stato
-
-
-
-
- generato
-
-
-
-
- azienda tecnico
-
-
-
-
- codice tecnico
-
-
-
-
- flag rifiutata
-
-
-
-
- nminativo firma
-
-
-
-
- flag stato In Carico
-
-
-
-
- data validitÃ
-
-
-
-
- pathg immagine buono o firma
-
-
-
-
- seriale del buono
-
-
-
-
- data/ora effettiva del lavoro (nel caso dispositivo offline)
-
-
-
-
- codice_intervento (valido per manutenzioni. Esempio: SEM=semestrale)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Form di registrazione
-
-
- tipo
-
-
- Nome
-
-
- Cognome
-
-
- Telefono
-
-
- Cellulare
-
-
- Email
-
-
- Email di conferma
-
-
- Azienda
-
-
- Username
-
-
- Password
-
-
- CittÃ
-
-
- Provincia (sigla)
-
-
- Nazione (sigla)
-
-
- Attivato (S/N)
-
-
- Token registrazione
-
-
- Form registrazione: check 1
-
-
- Form registrazione: check 2
-
-
- Form registrazione: check 3
-
-
- Form registrazione: check 4
-
-
- Richiesta del moduulo Timesheet
-
-
- Richiesta del moduulo Rapportini
-
-
- Ragione sociale
-
-
-
- Contiene i campi di SALDIART
-
-
-
- articolo
-
-
- descrizione articolo
-
-
- magazzino
-
-
- quantita
-
-
- matricola
-
-
- lotto
-
-
- listino
-
-
- articolo del listino
-
-
- data validità listino
-
-
- quantita
-
-
- prezzo
-
-
- sconto1
-
-
- sconto2
-
-
- sconto3
-
-
- sconto4
-
-
- articolo gestito a matricole(S/N)
-
-
- articolo gestito a lotti (S e C=si, N=no)
-
-
- descrizione per ogni articolo (se abilitata da configurazioni)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SAROM_CHIAMATEDbContext
-
-
- SAROM_CHIAMATEDbContext
-
-
- SAROM_CHIAMATEDbContext
-
-
- OnModelCreating
-
-
-
-
-
- Chiusure
-
-
-
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Manutenzioni
-
-
- Manutenzioni
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- A
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- azienda
-
-
- tecnico
-
-
- zona
-
-
- Inizio sostituzione
-
-
- Fine sostituzione
-
-
- codice sostituzione
-
-
- Storico impianti
-
-
- seriale rapportino
-
-
- seriale rapportino
-
-
- indice riga
-
-
- codice magazzino
-
-
- codice articolo
-
-
- descrizione articolo
-
-
- tipologia movimento (E=eliminato,A=aggiunto,S=sotituito)
-
-
- quantità articolo
-
-
- prezzo articolo
-
-
- codice tecnico
-
-
- descrizione tecnico
-
-
- documento generato
-
-
- note
-
-
- codice lotto articolo
-
-
- matricola articolo
-
-
-
-
-
- codice impianto
-
-
- descrizione impianto
-
-
- azienda impianto
-
-
- tipo indirizzo (via, strada)
-
-
- indirizzo
-
-
- indirizzo numero
-
-
- indirizzo scala
-
-
- indirizzo sottonumero
-
-
- Storico impianti- output
-
-
- (LISTA)data rapportino
-
-
- (LISTA) codice articolo
-
-
- (LISTA) tipologia movimento (E=eliminato,A=aggiunto,S=sotituito)
-
-
- dettaglio movimento impianto
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
-
- Storico interventi New
-
-
-
- (LISTA) codice tecnico
-
-
- (LISTA) descrizione tecnico
-
-
- (LISTA) note esito
-
-
- (LISTA) note esito
-
-
- stato finale
-
-
- esito intervento
-
-
- descrizione intervento
-
-
- firma rapportino
-
-
- seriale chiamata (se chiamata, altrimenti null
-
-
- seriale buono
-
-
- difetti riscontrati
-
-
- lavoro eseguito
-
-
- note intervento
-
-
- ore lavoro
-
-
- costo materiale
-
-
- diritto chiamata
-
-
- anticipo
-
-
- manodopera
-
-
- spese viaggio
-
-
- pagamento
-
-
- codice impianto
-
-
- totale
-
-
- note pagamento
-
-
- tipo intervento
-
-
- rapportino generato in adhoc S/N
-
-
- azienda tecnico
-
-
- azienda impianto
-
-
- azienda chiamata
-
-
- cod chiusura 1
-
-
- cod chiusura 2
-
-
- cod chiusura 3
-
-
- cod chiusura 4
-
-
- cod chiusura 5
-
-
- cod chiusura 6
-
-
- cod chiusura 7
-
-
- cod chiusura 8
-
-
- cod chiusura 9
-
-
- cod chiusura 10
-
-
- des cod chiusura 1
-
-
- des cod chiusura 2
-
-
- des cod chiusura 3
-
-
- des cod chiusura 4
-
-
- des cod chiusura 5
-
-
- des cod chiusura 6
-
-
- des cod chiusura 7
-
-
- des cod chiusura 8
-
-
- des cod chiusura 9
-
-
- des cod chiusura 10
-
-
- des supp cod chiusura 1
-
-
- des supp cod chiusura 2
-
-
- des supp cod chiusura 3
-
-
- des supp cod chiusura 4
-
-
- des supp cod chiusura 5
-
-
- des supp cod chiusura 6
-
-
- des supp cod chiusura 7
-
-
- des supp cod chiusura 8
-
-
- des supp cod chiusura 9
-
-
- des supp cod chiusura 10
-
-
- seriale rapportino
-
-
- codice intervento manutenzione
-
-
- descrizione intervento manutenzione
-
-
- descrizione suppl. intervento manutenzione
-
-
- descrizione suppl. codice intervento manutenzione
-
-
- codice segnalazione chiamata
-
-
- tipo indirizzo (via, strada)
-
-
- indirizzo
-
-
- indirizzo numero
-
-
- indirizzo scala
-
-
- indirizzo sottonumero
-
-
- ViSTA Chiamate
-
-
- (LISTA) codice tecnico
-
-
- (LISTA) descrizione tecnico
-
-
- (LISTA) note esito
-
-
- (LISTA) note esito
-
-
- dettaglio rapportino
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- Tabelle di Dominio
-
-
- lista causali rapportino
-
-
- lista causali pagamento
-
-
- stati impianto
-
-
- esito intervento
-
-
-
-
-
-
-
-
-
-
-
- tecnici
-
-
-
- Codice tecnico
-
-
-
-
- Descrizione tecnico
-
-
-
-
- telefono tecnico
-
-
-
-
- Qualifica tecnico chiamatista
-
-
-
-
- Qualifica tecnico manutentore
-
-
-
-
- Azienda tecnico
-
-
-
-
- Qualifica tecnico supervisore
-
-
-
-
- Username tecnico
-
-
-
-
- Password tecnico
-
-
-
-
- Zona tecnico
-
-
-
-
- data inizio attività tecnico
-
-
-
-
- data fine attività tecnico
-
-
-
-
- Flag utente Amministratore per Azienda. Se 1 Amministratore e entra in VT, 0 non entra
-
-
-
-
- (Virtual Task) Contiene i campi di TECNICI
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- costo ordinario
-
-
- costo notturno
-
-
- costo straordinario
-
-
- costo festivo
-
-
- data cancellazione
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tabella Timbrature
-
-
- chiave primaria
-
-
- data
-
-
- ora inizio
-
-
- minuto inizio
-
-
- ora fine
-
-
- minuto fine
-
-
- commessa
-
-
- ore viaggio
-
-
- totale ore
-
-
- giorno settimana
-
-
- azienda
-
-
- tecnico
-
-
- cpccchk
-
-
- note
-
-
- Timbrature OUT
-
-
- id: chiave
-
-
- data
-
-
- ora inizio
-
-
- minuto inizio
-
-
- ora fine
-
-
- minuto fine
-
-
- commessa
-
-
- ore viaggio
-
-
- giorno settimana
-
-
- azienda
-
-
- tecnico
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- note
-
-
- token di login sul device
-
-
- id
-
-
- tenant azienda
-
-
- utente login
-
-
- token device
-
-
- timestamp inserimento
-
-
- TokenDbContext
-
-
- conf
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
- token di login sul device- output
-
-
- tenant azienda
-
-
- utente login
-
-
- token device
-
-
- timestamp inserimento
-
-
- Error Message
-
-
- Error Message detail
-
-
- Status
-
-
- response
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Questo db context serve per creare l'eleco delle commesse da fornire all'APP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Configuration
-
-
- Startup
-
-
- Costruttore
-
-
-
-
-
-
-
-
-
-
-
- tenant azienda
-
-
- utente login
-
-
- token device
-
-
- title
-
-
- body
-
-
- not
-
-
- Startup
-
-
- Configuration
-
-
- Startup
-
-
- ConfigureServices
-
-
- Configure:This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
-
-
-
diff --git a/ApiPolo/bin/Debug/net6.0/Cronos.dll b/ApiPolo/bin/Debug/net6.0/Cronos.dll
deleted file mode 100644
index 7bb2380..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Cronos.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/FirebaseAdmin.dll b/ApiPolo/bin/Debug/net6.0/FirebaseAdmin.dll
deleted file mode 100644
index 0af156d..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/FirebaseAdmin.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Google.Api.Gax.Rest.dll b/ApiPolo/bin/Debug/net6.0/Google.Api.Gax.Rest.dll
deleted file mode 100644
index af4cdcc..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Google.Api.Gax.Rest.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Google.Api.Gax.dll b/ApiPolo/bin/Debug/net6.0/Google.Api.Gax.dll
deleted file mode 100644
index 54f31f7..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Google.Api.Gax.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Google.Apis.Auth.PlatformServices.dll b/ApiPolo/bin/Debug/net6.0/Google.Apis.Auth.PlatformServices.dll
deleted file mode 100644
index 6ee6d62..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Google.Apis.Auth.PlatformServices.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Google.Apis.Auth.dll b/ApiPolo/bin/Debug/net6.0/Google.Apis.Auth.dll
deleted file mode 100644
index 6651c21..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Google.Apis.Auth.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Google.Apis.Core.dll b/ApiPolo/bin/Debug/net6.0/Google.Apis.Core.dll
deleted file mode 100644
index d362eab..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Google.Apis.Core.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Google.Apis.dll b/ApiPolo/bin/Debug/net6.0/Google.Apis.dll
deleted file mode 100644
index 8abd9c0..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Google.Apis.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Humanizer.dll b/ApiPolo/bin/Debug/net6.0/Humanizer.dll
deleted file mode 100644
index df62d3f..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Humanizer.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll
deleted file mode 100644
index 927529e..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll
deleted file mode 100644
index 85586ae..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index 30cb199..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index 3114e92..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll
deleted file mode 100644
index c0bf058..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll
deleted file mode 100644
index 9795c0d..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll
deleted file mode 100644
index b1f7d91..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll
deleted file mode 100644
index ba97f6b..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll
deleted file mode 100644
index ae94b8b..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 42eb85f..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Extensions.Features.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Extensions.Features.dll
deleted file mode 100644
index 71bca4a..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Extensions.Features.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Identity.Client.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Identity.Client.dll
deleted file mode 100644
index c01fcbf..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Identity.Client.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100644
index 70b84f2..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll
deleted file mode 100644
index 7ecc3be..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100644
index d925b5b..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100644
index 17423cc..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100644
index dd66624..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.OpenApi.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.OpenApi.dll
deleted file mode 100644
index 14f3ded..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Web.Infrastructure.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Web.Infrastructure.dll
deleted file mode 100644
index 85f1138..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Web.Infrastructure.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll b/ApiPolo/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index e27fe8d..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Newtonsoft.Json.dll b/ApiPolo/bin/Debug/net6.0/Newtonsoft.Json.dll
deleted file mode 100644
index d035c38..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Newtonsoft.Json.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Renci.SshNet.dll b/ApiPolo/bin/Debug/net6.0/Renci.SshNet.dll
deleted file mode 100644
index 181b7b2..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Renci.SshNet.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/SshNet.Security.Cryptography.dll b/ApiPolo/bin/Debug/net6.0/SshNet.Security.Cryptography.dll
deleted file mode 100644
index 2761fd1..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/SshNet.Security.Cryptography.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 88995c9..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 6afe2f0..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 0f538a7..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll b/ApiPolo/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll
deleted file mode 100644
index 6f34b8d..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Debug/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index f82bc91..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Drawing.Common.dll b/ApiPolo/bin/Debug/net6.0/System.Drawing.Common.dll
deleted file mode 100644
index 69e5f5c..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.IO.Pipelines.dll b/ApiPolo/bin/Debug/net6.0/System.IO.Pipelines.dll
deleted file mode 100644
index 8ee4dfd..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.IO.Pipelines.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll b/ApiPolo/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100644
index efd3c61..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Runtime.Caching.dll b/ApiPolo/bin/Debug/net6.0/System.Runtime.Caching.dll
deleted file mode 100644
index 6fedfab..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Runtime.Caching.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll b/ApiPolo/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100644
index a60b95b..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Security.Permissions.dll b/ApiPolo/bin/Debug/net6.0/System.Security.Permissions.dll
deleted file mode 100644
index 76faf41..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Security.Permissions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Web.Helpers.dll b/ApiPolo/bin/Debug/net6.0/System.Web.Helpers.dll
deleted file mode 100644
index 5979bab..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Web.Helpers.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Web.Mvc.dll b/ApiPolo/bin/Debug/net6.0/System.Web.Mvc.dll
deleted file mode 100644
index 781deee..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Web.Mvc.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Web.Razor.dll b/ApiPolo/bin/Debug/net6.0/System.Web.Razor.dll
deleted file mode 100644
index a992c65..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Web.Razor.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.Deployment.dll b/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.Deployment.dll
deleted file mode 100644
index 295581a..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.Deployment.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.Razor.dll b/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.Razor.dll
deleted file mode 100644
index 6d830f3..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.Razor.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.dll b/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.dll
deleted file mode 100644
index 4a910af..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Web.WebPages.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/System.Windows.Extensions.dll b/ApiPolo/bin/Debug/net6.0/System.Windows.Extensions.dll
deleted file mode 100644
index 7f075b2..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/appsettings.Development.json b/ApiPolo/bin/Debug/net6.0/appsettings.Development.json
deleted file mode 100644
index 0c208ae..0000000
--- a/ApiPolo/bin/Debug/net6.0/appsettings.Development.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- }
-}
diff --git a/ApiPolo/bin/Debug/net6.0/appsettings.json b/ApiPolo/bin/Debug/net6.0/appsettings.json
deleted file mode 100644
index 36ee4d9..0000000
--- a/ApiPolo/bin/Debug/net6.0/appsettings.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
-
- //connessione non sicura: Encrypt=False
-
- /*"ApiStr": "Data Source=10.0.0.19;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "ApiStr": "Data Source=10.0.0.10;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- /*"ApiStr": "Data Source=10.0.0.19;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
-
- /*"FERRA": "Data Source=10.0.0.10;Initial Catalog=AHR60_FERRARI;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "FERRA": "Data Source=37.159.179.14;Initial Catalog=AHR80_TEST;User Id=AppPolo; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;Encrypt=False;Trust Server Certificate=True",
-
- /*"MARRO": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_MARROCCO_TEST;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "MARRO": "Data Source=10.0.0.10;Initial Catalog=R80_MARROCCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- /*"MARRO": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_MARROCCO;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
-
- "GITSR": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_GITSR;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "GITSR_MARRO": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_MARROCCO;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "LIFTA": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_LIFTA;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "LIFTA_MARRO": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_MARROCCO;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"SICILIA": "Data Source=10.0.0.10;Initial Catalog=AHR_SICILIA;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "SICILIA": "Data Source=studioliuzzo.selfip.net;Initial Catalog=AHR_TEST_APP;User Id=sa; Password=1Zucchetti;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"DISCO": "Data Source=10.0.0.10;Initial Catalog=AHR60_FERRARI_VISTE_DISCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- /*"DISCO": "Data Source=37.159.179.14;Initial Catalog=R80_DISCO;User Id=sa; Password=Poloinf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "DISCO": "Data Source=discoverylift.dyndns.org;Initial Catalog=DISCOVERY_80;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "SAROM": "Data Source=37.159.179.14;Initial Catalog=AHR60_SAROM_TEST80;User Id=sa; Password=Poloinf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- /*"SAROM": "Data Source=10.0.0.10;Initial Catalog=AHR80_SAROM;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
-
- /*"SINER": "Data Source=10.0.0.10;Initial Catalog=AHR_SINERGO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"*/
- "SINER": "Data Source=ufficio.sinergogroup.it,31433;Initial Catalog=AHR_TECLI;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "SIET2": "Data Source=194.50.74.66;Initial Catalog=R65_SIET;User Id=sa; Password=W1ld1x42;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "PMS": "Data Source=10.0.0.10;Initial Catalog=PMS_DEMO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "VIRTUAL_TASK": "Data Source=10.0.0.10;Initial Catalog=VIRTUAL_TASK;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "LIFT_WEB": "Data Source=10.0.0.79;Initial Catalog= AHRW42_LIFT;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "TEDESCO": "Data Source=MARCO_PC\\SQL_2022;Initial Catalog= AHR_TEDESCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
-
-
- },
- "JWT": {
- "ValidAudience": "http://localhost:4200",
- "ValidIssuer": "http://localhost:61955",
- "Secret": "ByYM000OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM"
- }
-}
diff --git a/ApiPolo/bin/Debug/net6.0/private_key.json b/ApiPolo/bin/Debug/net6.0/private_key.json
deleted file mode 100644
index 81ef1c5..0000000
--- a/ApiPolo/bin/Debug/net6.0/private_key.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "type": "service_account",
- "project_id": "testpolo-5e86a",
- "private_key_id": "80c027bfe39f398545dd21f60b92dd257bc50bbf",
- "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCpmJDlg4ayXKDh\nb58MgM/IpYlY90ktO5Wg9HrUWoNQrAYKUVReVZxT1ZagvCNDZMRRPsVMYKc60ru/\nVjhjv3igraKO78TjSF9BiWl019KObmVZ1h5mPAsLC2+8hzWSWspRC/Gvnhc5d6/f\nzD1UbVi9gCYaSGoRZjwa79PFYvH0v+CIf3BBxmj7vxD+PEY4p7Eh4J/QOMNGbsJr\nMzODfOGly8Vl7FEHiMLnNZHdNyN5GLgjlCJmH5wKBiPp5H22D0l23GCdDsvlHM1d\n6oF/lLcQF9raXrN7rNRkGgz9KLLz0vMAg/OGi2CK1WRa4CkXElo0fZn74mLoeNu8\neqdQowx/AgMBAAECgf8OSl8P006GS0fVbgAde090mMdnt7e7823xazqlPGj40POx\nWJbDXCo9wZ0UN1h4MLxaHDkWEepOnODr9Vfvog4aV2KkX4/J4Cq47Uj1j4MufUN6\nvCJl6KlOsqgAzRq2g4I/my/CU2tYbE+usIcMurxRzcOxTrHqfEUmkjNqkxBijxMI\nxuybqv3z4/+G3nZIlh9hol1fdx0196QTFNQSGWZOr7EvIuFhxR3vPFvwY1jIvcHP\nmhJtmq/wcTgpTiDGJ5XZk840O7C7K2R3lUWbE3HJjZuLeaq6zOkXfC6sP9rIsC9c\n1o21misyvocSZoupXe8Q9Xf9t/nKCt7n4BmPRkkCgYEA3c1S+EzCp8ll40bBPWFW\n7Z5R3ejOzuluKLI/ztU2tx5uFOSsV6mv7mM6ATWK4CGGkOPmfOitn8AOz0PvuXf/\nzmmhfXwiIR50wbe43VYdFpAb7xMf674YC5ULZ55Jm3IIwsZwAr9EkGtbl1qUuPjp\nIhArtEZcvRqoKRbrWVaJ27MCgYEAw76h8NfydgRFauG++ynQLrQ36oIDigIucIli\nvm0DjR7tzSsgsRkYa4TiCleZnNkRqgUqzCCm3hqndixyLhwwg3l/ZpIOIeAN/wII\nqLO/7mn47gGZgzBn44TaOmI5d78pf04l43/rA6gjMzW0AS51OchZHI4AG4nI3aUu\nmjD+NgUCgYAaHEivKEImBGR1K+gltKbKFEAo8nYeD4bDTbCLRbhKOE/XL9BGBZjL\nZGz4pXfyyJ+RwPJqM+30h2R269V1rPW1M+Qp5IoUAgTWpS0jCTclZ9OSAltYoiks\ne+A603xwyyzS2Q9ok2Gb6rd+itBFMjAnrWWntDzImjG/nI4aF0DlVwKBgB5d2ZOa\nfLPQT9CX+t/OCczlCnOn/dKQKhItThNKqC1hafTVRvoScZZkhAiktGD/z9y3dn86\nZYi5S9dqZ8A9gU00MQ6BhA2/S4yPDTbWw+TBreuGdgFDJirGtnAuQsoP7ukf/4K+\nmn/zupo8L5OrWGZBbYmfgebDxlSURpmHFjjdAoGBAIunnz+KWA/0stDB4FLZt8QS\n7Z9/CytT0F1hVnVieKpWtbhvvoLs+svcvTCvqeQmEUxhiX5r8N4xTjd0MwcyKjRi\ny724SWzJmdplqj5YRHrLGbmAsgqZZg3tAGJROhxH/utxBgfDBkki0if+DKysQAC/\nYJzjNY7HdXC2It0gH5iZ\n-----END PRIVATE KEY-----\n",
- "client_email": "firebase-adminsdk-ypxny@testpolo-5e86a.iam.gserviceaccount.com",
- "client_id": "118193031755958431078",
- "auth_uri": "https://accounts.google.com/o/oauth2/auth",
- "token_uri": "https://oauth2.googleapis.com/token",
- "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
- "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-ypxny%40testpolo-5e86a.iam.gserviceaccount.com"
-}
\ No newline at end of file
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Debug/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index a274287..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Debug/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index c14a840..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll b/ApiPolo/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
deleted file mode 100644
index 3a19d3d..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/ApiPolo/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index 231e75a..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 3068646..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 965f535..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 227b87b..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 0add8c2..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index 3ebf5d8..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index c49c358..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
deleted file mode 100644
index 9a04b68..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll
deleted file mode 100644
index 3fb4939..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index 0269777..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll
deleted file mode 100644
index 175d085..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll and /dev/null differ
diff --git a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100644
index d8f2f45..0000000
Binary files a/ApiPolo/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.deps.json b/ApiPolo/bin/Release/net6.0/ApiPolo.deps.json
deleted file mode 100644
index b810fe9..0000000
--- a/ApiPolo/bin/Release/net6.0/ApiPolo.deps.json
+++ /dev/null
@@ -1,2734 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "ApiPolo/1.0.0": {
- "dependencies": {
- "Cronos": "0.7.1",
- "FirebaseAdmin": "2.3.0",
- "Google.Apis.Auth": "1.68.0",
- "Google.Apis.FirebaseCloudMessaging.v1": "1.68.0.3603",
- "Microsoft.AspNet.Mvc": "5.2.9",
- "Microsoft.AspNetCore.Authentication.Negotiate": "6.0.5",
- "Microsoft.EntityFrameworkCore": "6.0.5",
- "Microsoft.EntityFrameworkCore.SqlServer": "6.0.5",
- "Microsoft.EntityFrameworkCore.Tools": "6.0.5",
- "Nancy": "2.0.0",
- "Newtonsoft.Json": "13.0.3",
- "RestSharp": "112.1.0",
- "SSH.NET": "2020.0.2",
- "Swashbuckle.AspNetCore": "6.3.1"
- },
- "runtime": {
- "ApiPolo.dll": {}
- }
- },
- "Cronos/0.7.1": {
- "runtime": {
- "lib/netstandard2.0/Cronos.dll": {
- "assemblyVersion": "0.7.1.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "FirebaseAdmin/2.3.0": {
- "dependencies": {
- "Google.Api.Gax.Rest": "3.2.0",
- "Google.Apis.Auth": "1.68.0",
- "System.Collections.Immutable": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/FirebaseAdmin.dll": {
- "assemblyVersion": "2.3.0.0",
- "fileVersion": "2.3.0.0"
- }
- }
- },
- "Google.Api.Gax/3.2.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.0.0",
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Api.Gax.dll": {
- "assemblyVersion": "3.2.0.0",
- "fileVersion": "3.2.0.0"
- }
- }
- },
- "Google.Api.Gax.Rest/3.2.0": {
- "dependencies": {
- "Google.Api.Gax": "3.2.0",
- "Google.Apis.Auth": "1.68.0"
- },
- "runtime": {
- "lib/netstandard2.0/Google.Api.Gax.Rest.dll": {
- "assemblyVersion": "3.2.0.0",
- "fileVersion": "3.2.0.0"
- }
- }
- },
- "Google.Apis/1.68.0": {
- "dependencies": {
- "Google.Apis.Core": "1.68.0"
- },
- "runtime": {
- "lib/net6.0/Google.Apis.dll": {
- "assemblyVersion": "1.68.0.0",
- "fileVersion": "1.68.0.0"
- }
- }
- },
- "Google.Apis.Auth/1.68.0": {
- "dependencies": {
- "Google.Apis": "1.68.0",
- "Google.Apis.Core": "1.68.0",
- "System.Management": "7.0.2"
- },
- "runtime": {
- "lib/net6.0/Google.Apis.Auth.dll": {
- "assemblyVersion": "1.68.0.0",
- "fileVersion": "1.68.0.0"
- }
- }
- },
- "Google.Apis.Core/1.68.0": {
- "dependencies": {
- "Newtonsoft.Json": "13.0.3"
- },
- "runtime": {
- "lib/net6.0/Google.Apis.Core.dll": {
- "assemblyVersion": "1.68.0.0",
- "fileVersion": "1.68.0.0"
- }
- }
- },
- "Google.Apis.FirebaseCloudMessaging.v1/1.68.0.3603": {
- "dependencies": {
- "Google.Apis": "1.68.0",
- "Google.Apis.Auth": "1.68.0"
- },
- "runtime": {
- "lib/net6.0/Google.Apis.FirebaseCloudMessaging.v1.dll": {
- "assemblyVersion": "1.68.0.3603",
- "fileVersion": "1.68.0.3603"
- }
- }
- },
- "Humanizer.Core/2.8.26": {
- "runtime": {
- "lib/netstandard2.0/Humanizer.dll": {
- "assemblyVersion": "2.8.0.0",
- "fileVersion": "2.8.26.1919"
- }
- }
- },
- "Microsoft.AspNet.Mvc/5.2.9": {
- "dependencies": {
- "Microsoft.AspNet.Razor": "3.2.9",
- "Microsoft.AspNet.WebPages": "3.2.9"
- },
- "runtime": {
- "lib/net45/System.Web.Mvc.dll": {
- "assemblyVersion": "5.2.9.0",
- "fileVersion": "5.2.61129.10"
- }
- }
- },
- "Microsoft.AspNet.Razor/3.2.9": {
- "runtime": {
- "lib/net45/System.Web.Razor.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- }
- }
- },
- "Microsoft.AspNet.WebPages/3.2.9": {
- "dependencies": {
- "Microsoft.AspNet.Razor": "3.2.9",
- "Microsoft.Web.Infrastructure": "1.0.0"
- },
- "runtime": {
- "lib/net45/System.Web.Helpers.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- },
- "lib/net45/System.Web.WebPages.Deployment.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- },
- "lib/net45/System.Web.WebPages.Razor.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- },
- "lib/net45/System.Web.WebPages.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.61129.10"
- }
- }
- },
- "Microsoft.AspNetCore.Authentication.Negotiate/6.0.5": {
- "dependencies": {
- "Microsoft.AspNetCore.Connections.Abstractions": "6.0.5",
- "System.DirectoryServices.Protocols": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21802"
- }
- }
- },
- "Microsoft.AspNetCore.Connections.Abstractions/6.0.5": {
- "dependencies": {
- "Microsoft.Extensions.Features": "6.0.5",
- "System.IO.Pipelines": "6.0.3"
- },
- "runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21802"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.0.0": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.19.46214"
- }
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/2.1.4": {
- "dependencies": {
- "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
- "Microsoft.Identity.Client": "4.21.1",
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Configuration.ConfigurationManager": "4.7.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Runtime.Caching": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "System.Text.Encoding.CodePages": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- },
- "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- }
- }
- },
- "Microsoft.DotNet.PlatformAbstractions/2.0.4": {
- "dependencies": {
- "System.AppContext": "4.3.0",
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.DotNet.PlatformAbstractions.dll": {
- "assemblyVersion": "2.0.4.0",
- "fileVersion": "2.0.4.0"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/6.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "6.0.5",
- "Microsoft.EntityFrameworkCore.Analyzers": "6.0.5",
- "Microsoft.Extensions.Caching.Memory": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "System.Collections.Immutable": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {},
- "Microsoft.EntityFrameworkCore.Design/6.0.5": {
- "dependencies": {
- "Humanizer.Core": "2.8.26",
- "Microsoft.EntityFrameworkCore.Relational": "6.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "6.0.5",
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/6.0.5": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "2.1.4",
- "Microsoft.EntityFrameworkCore.Relational": "6.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "assemblyVersion": "6.0.5.0",
- "fileVersion": "6.0.522.21804"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Tools/6.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Design": "6.0.5"
- }
- },
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {},
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
- "Microsoft.Extensions.DependencyModel/2.0.4": {
- "dependencies": {
- "Microsoft.DotNet.PlatformAbstractions": "2.0.4",
- "Newtonsoft.Json": "13.0.3",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Dynamic.Runtime": "4.0.11",
- "System.Linq": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {
- "assemblyVersion": "2.0.4.0",
- "fileVersion": "2.0.4.0"
- }
- }
- },
- "Microsoft.Extensions.Features/6.0.5": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Features.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21802"
- }
- }
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {},
- "Microsoft.Extensions.Options/6.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- }
- },
- "Microsoft.Extensions.PlatformAbstractions/1.1.0": {
- "dependencies": {
- "NETStandard.Library": "1.6.1",
- "System.Reflection.TypeExtensions": "4.3.0"
- },
- "runtime": {
- "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {
- "assemblyVersion": "1.1.0.0",
- "fileVersion": "1.1.0.21115"
- }
- }
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "Microsoft.Identity.Client/4.21.1": {
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.21.1.0",
- "fileVersion": "4.21.1.0"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.8.0",
- "System.IdentityModel.Tokens.Jwt": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "System.Security.Cryptography.Cng": "4.5.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.NETCore.Platforms/3.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.OpenApi/1.2.3": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.OpenApi.dll": {
- "assemblyVersion": "1.2.3.0",
- "fileVersion": "1.2.3.0"
- }
- }
- },
- "Microsoft.Web.Infrastructure/1.0.0": {
- "runtime": {
- "lib/net40/Microsoft.Web.Infrastructure.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.20105.407"
- }
- }
- },
- "Microsoft.Win32.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0"
- }
- },
- "Microsoft.Win32.SystemEvents/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "Nancy/2.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyModel": "2.0.4",
- "Microsoft.Extensions.PlatformAbstractions": "1.1.0",
- "System.Collections.Specialized": "4.3.0",
- "System.ComponentModel.TypeConverter": "4.3.0",
- "System.Net.NameResolution": "4.3.0",
- "System.Security.Claims": "4.3.0",
- "System.Xml.XmlSerializer": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Nancy.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "NETStandard.Library/1.6.1": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "System.AppContext": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Console": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.Compression.ZipFile": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Linq.Expressions": "4.3.0",
- "System.Net.Http": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Net.Sockets": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Timer": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XDocument": "4.3.0"
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "RestSharp/112.1.0": {
- "runtime": {
- "lib/net6.0/RestSharp.dll": {
- "assemblyVersion": "112.1.0.0",
- "fileVersion": "112.1.0.0"
- }
- }
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.native.System/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "dependencies": {
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
- }
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
- "SSH.NET/2020.0.2": {
- "dependencies": {
- "SshNet.Security.Cryptography": "1.3.0"
- },
- "runtime": {
- "lib/netstandard2.0/Renci.SshNet.dll": {
- "assemblyVersion": "2020.0.2.0",
- "fileVersion": "2020.0.2.0"
- }
- }
- },
- "SshNet.Security.Cryptography/1.3.0": {
- "runtime": {
- "lib/netstandard2.0/SshNet.Security.Cryptography.dll": {
- "assemblyVersion": "1.3.0.0",
- "fileVersion": "1.3.0.0"
- }
- }
- },
- "Swashbuckle.AspNetCore/6.3.1": {
- "dependencies": {
- "Microsoft.Extensions.ApiDescription.Server": "3.0.0",
- "Swashbuckle.AspNetCore.Swagger": "6.3.1",
- "Swashbuckle.AspNetCore.SwaggerGen": "6.3.1",
- "Swashbuckle.AspNetCore.SwaggerUI": "6.3.1"
- }
- },
- "Swashbuckle.AspNetCore.Swagger/6.3.1": {
- "dependencies": {
- "Microsoft.OpenApi": "1.2.3"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
- "assemblyVersion": "6.3.1.0",
- "fileVersion": "6.3.1.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.3.1": {
- "dependencies": {
- "Swashbuckle.AspNetCore.Swagger": "6.3.1"
- },
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
- "assemblyVersion": "6.3.1.0",
- "fileVersion": "6.3.1.0"
- }
- }
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.3.1": {
- "runtime": {
- "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
- "assemblyVersion": "6.3.1.0",
- "fileVersion": "6.3.1.0"
- }
- }
- },
- "System.AppContext/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Buffers/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.CodeDom/7.0.0": {
- "runtime": {
- "lib/net6.0/System.CodeDom.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Collections.Concurrent/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Collections.Immutable/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Collections.NonGeneric/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Collections.Specialized/4.3.0": {
- "dependencies": {
- "System.Collections.NonGeneric": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Extensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.ComponentModel/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.ComponentModel.Primitives/4.3.0": {
- "dependencies": {
- "System.ComponentModel": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.ComponentModel.TypeConverter/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Collections.NonGeneric": "4.3.0",
- "System.Collections.Specialized": "4.3.0",
- "System.ComponentModel": "4.3.0",
- "System.ComponentModel.Primitives": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Configuration.ConfigurationManager/4.7.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.7.0",
- "System.Security.Permissions": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "4.0.3.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Console/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Diagnostics.Debug/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- }
- },
- "System.Diagnostics.Tools/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "runtime": {
- "lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "System.Drawing.Common/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.Win32.SystemEvents": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Drawing.Common.dll": {
- "assemblyVersion": "4.0.0.1",
- "fileVersion": "4.6.26919.2"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- },
- "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.2.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Dynamic.Runtime/4.0.11": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Linq.Expressions": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Globalization/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Calendars/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Globalization.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0"
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.Compression/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Buffers": "4.3.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.IO.Compression": "4.3.0"
- }
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "dependencies": {
- "System.Buffers": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.Compression": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.IO.FileSystem/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.IO.Pipelines/6.0.3": {
- "runtime": {
- "lib/net6.0/System.IO.Pipelines.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.522.21309"
- }
- }
- },
- "System.Linq/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Linq.Expressions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.ObjectModel": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Management/7.0.2": {
- "dependencies": {
- "System.CodeDom": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Management.dll": {
- "assemblyVersion": "7.0.0.2",
- "fileVersion": "7.0.723.27404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Management.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.2",
- "fileVersion": "7.0.723.27404"
- }
- }
- },
- "System.Net.Http/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Extensions": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Security.Cryptography.X509Certificates": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Net.NameResolution/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Tracing": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Principal.Windows": "4.7.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Net.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Net.Sockets/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Net.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.ObjectModel/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Resources.ResourceManager/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Caching/4.7.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "4.7.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Handles/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.InteropServices/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Handles": "4.3.0"
- }
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
- "System.Runtime.Numerics/4.3.0": {
- "dependencies": {
- "System.Globalization": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0"
- }
- },
- "System.Security.AccessControl/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Security.Principal.Windows": "4.7.0"
- }
- },
- "System.Security.Claims/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Security.Principal": "4.3.0"
- }
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Cng/4.5.0": {},
- "System.Security.Cryptography.Csp/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0"
- }
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Collections": "4.3.0",
- "System.Collections.Concurrent": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "dependencies": {
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Security.Cryptography.ProtectedData/4.7.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.5.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.Globalization.Calendars": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Runtime.Numerics": "4.3.0",
- "System.Security.Cryptography.Algorithms": "4.3.0",
- "System.Security.Cryptography.Cng": "4.5.0",
- "System.Security.Cryptography.Csp": "4.3.0",
- "System.Security.Cryptography.Encoding": "4.3.0",
- "System.Security.Cryptography.OpenSsl": "4.3.0",
- "System.Security.Cryptography.Primitives": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "runtime.native.System": "4.3.0",
- "runtime.native.System.Net.Http": "4.3.0",
- "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
- }
- },
- "System.Security.Permissions/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "4.7.0",
- "System.Windows.Extensions": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Security.Permissions.dll": {
- "assemblyVersion": "4.0.3.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Security.Principal/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Security.Principal.Windows/4.7.0": {},
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/4.7.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0"
- }
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0"
- }
- },
- "System.Text.RegularExpressions/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Threading.Timer/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "3.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Windows.Extensions/4.7.0": {
- "dependencies": {
- "System.Drawing.Common": "4.7.0"
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.IO.FileSystem": "4.3.0",
- "System.IO.FileSystem.Primitives": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Tasks.Extensions": "4.3.0"
- }
- },
- "System.Xml.XDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Diagnostics.Tools": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Xml.XmlDocument/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Diagnostics.Debug": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0"
- }
- },
- "System.Xml.XmlSerializer/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Linq": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Extensions": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Reflection.TypeExtensions": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Xml.ReaderWriter": "4.3.0",
- "System.Xml.XmlDocument": "4.3.0"
- }
- }
- }
- },
- "libraries": {
- "ApiPolo/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Cronos/0.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aa2DY3qGBnwX7/jW4c17PyRlIeAtc5nYTlAPekc0113jcbBuz9vQkQaQ9NG+TNGlAj4esFxh8OuKUv4vmAODbw==",
- "path": "cronos/0.7.1",
- "hashPath": "cronos.0.7.1.nupkg.sha512"
- },
- "FirebaseAdmin/2.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ror9V68bFWdr3VXoCPQrAAJ1ZA8dyLzIHJvy53BmoD83Ze9VuWC9hPBicPqqOANP3VTMWnylC7xci59UEMuU4A==",
- "path": "firebaseadmin/2.3.0",
- "hashPath": "firebaseadmin.2.3.0.nupkg.sha512"
- },
- "Google.Api.Gax/3.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0OjahFAHTOoprSgvJiQ6/fIQLrUYU4QIFgkuJ51/lcmhZbuXxB3ycPk3JTVEvx6A5yQBL14wgmHgwXLcEsnu3Q==",
- "path": "google.api.gax/3.2.0",
- "hashPath": "google.api.gax.3.2.0.nupkg.sha512"
- },
- "Google.Api.Gax.Rest/3.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YY4mD0nGxTx1uez7Perm+zAd3FH50dd3+7HTYsRFCywDEtj3RkrMjcAmw6mNpKkw2sRICu7aYNy1mgMjd3nVbw==",
- "path": "google.api.gax.rest/3.2.0",
- "hashPath": "google.api.gax.rest.3.2.0.nupkg.sha512"
- },
- "Google.Apis/1.68.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-s2MymhdpH+ybZNBeZ2J5uFgFHApBp+QXf9FjZSdM1lk/vx5VqIknJwnaWiuAzXxPrLEkesX0Q+UsiWn39yZ9zw==",
- "path": "google.apis/1.68.0",
- "hashPath": "google.apis.1.68.0.nupkg.sha512"
- },
- "Google.Apis.Auth/1.68.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hFx8Qz5bZ4w0hpnn4tSmZaaFpjAMsgVElZ+ZgVLUZ2r9i+AKcoVgwiNfv1pruNS5cCvpXqhKECbruBCfRezPHA==",
- "path": "google.apis.auth/1.68.0",
- "hashPath": "google.apis.auth.1.68.0.nupkg.sha512"
- },
- "Google.Apis.Core/1.68.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pAqwa6pfu53UXCR2b7A/PAPXeuVg6L1OFw38WckN27NU2+mf+KTjoEg2YGv/f0UyKxzz7DxF1urOTKg/6dTP9g==",
- "path": "google.apis.core/1.68.0",
- "hashPath": "google.apis.core.1.68.0.nupkg.sha512"
- },
- "Google.Apis.FirebaseCloudMessaging.v1/1.68.0.3603": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NNq3LRoBRgGIxC34NC5YB21H2UsUAXLn5JQZ+yyvBedDNPL2odKbcEYDRsOdb+4lPzN32BiT4hfRtaJ/Zqc5cg==",
- "path": "google.apis.firebasecloudmessaging.v1/1.68.0.3603",
- "hashPath": "google.apis.firebasecloudmessaging.v1.1.68.0.3603.nupkg.sha512"
- },
- "Humanizer.Core/2.8.26": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==",
- "path": "humanizer.core/2.8.26",
- "hashPath": "humanizer.core.2.8.26.nupkg.sha512"
- },
- "Microsoft.AspNet.Mvc/5.2.9": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bcekKshCAh7kTWSMZPavQStSZQF/QmjEjO2gVWGITEd0/t5eRlb+ZLDE+az2qY1bZ8L6Hz0OCNeS0uzXtJcK5w==",
- "path": "microsoft.aspnet.mvc/5.2.9",
- "hashPath": "microsoft.aspnet.mvc.5.2.9.nupkg.sha512"
- },
- "Microsoft.AspNet.Razor/3.2.9": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QOJEnEw3xp+t5lMvYR5nGCF4CfZpHqr2p8uZOBEgDZoB6r2txtSj6581YNr+/dOHjI3YRlo1QAKGQoSohbQ/KA==",
- "path": "microsoft.aspnet.razor/3.2.9",
- "hashPath": "microsoft.aspnet.razor.3.2.9.nupkg.sha512"
- },
- "Microsoft.AspNet.WebPages/3.2.9": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yByb721lwv8YFsx1oKA5CLKXa89XVbVMkPafS4bg/bPelBEgChq/coFBQEkA4kwcabG7AR56w3vapnoZUfr2Cw==",
- "path": "microsoft.aspnet.webpages/3.2.9",
- "hashPath": "microsoft.aspnet.webpages.3.2.9.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Authentication.Negotiate/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZgKdA5VnmZSdpuyS9f4Myn2ybSYPyhOGWvZ63Z+ys0z9WcHGx6jyN4IjK8ORTdkhc7dOYxsMF/v/K+CGtvCbUA==",
- "path": "microsoft.aspnetcore.authentication.negotiate/6.0.5",
- "hashPath": "microsoft.aspnetcore.authentication.negotiate.6.0.5.nupkg.sha512"
- },
- "Microsoft.AspNetCore.Connections.Abstractions/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OBbGvih5/CLHTbJVDiJ203TmKXCx8z539O2YGnfHmExbNtMwyQ9rgpqoxyYEVvQrVsqxRhXfh57DOCQYhxcOBQ==",
- "path": "microsoft.aspnetcore.connections.abstractions/6.0.5",
- "hashPath": "microsoft.aspnetcore.connections.abstractions.6.0.5.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-K63Y4hORbBcKLWH5wnKgzyn7TOfYzevIEwIedQHBIkmkEBA9SCqgvom+XTuE+fAFGvINGkhFItaZ2dvMGdT5iw==",
- "path": "microsoft.bcl.asyncinterfaces/1.0.0",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.0.0.nupkg.sha512"
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
- "path": "microsoft.data.sqlclient/2.1.4",
- "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
- "path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
- },
- "Microsoft.DotNet.PlatformAbstractions/2.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2HjSGp63VCLQaeGadrLYR868g25mJHr+TFF81yWCaClzjUbU2vNDx6km7SUgPnoLVksE/1e7in88eh+oPtc4aQ==",
- "path": "microsoft.dotnet.platformabstractions/2.0.4",
- "hashPath": "microsoft.dotnet.platformabstractions.2.0.4.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hP5J3EvpVdZmCn1D3ovedphvZrIn3OXZaBZfEnCkSCqqbqAu6xzwbNqwRkik0y4R6zOOf4eLh1riwjy4eAUlZA==",
- "path": "microsoft.entityframeworkcore/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Q3/fKW6XCTfnDk4fYP2BJZi84cD2SuCPkP3A3QqxvCQcXbX90bfSLzVIsoMXzigHGJgZUJ+Un7QodT5Nvk0+Eg==",
- "path": "microsoft.entityframeworkcore.abstractions/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QUeDIhs+O+MoDEc3k60mNyVDbwyDURCqZQlZoKShuZUcSfXSrDMbHKuFSxBIDNQBt092qSjfnwf7w0Ua/IB3Zw==",
- "path": "microsoft.entityframeworkcore.analyzers/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Design/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zNjMWJ6MJ/Qm7S6wFBqVgn7DEpilbDMy0xgA7c4Y1yY9/LoaC2pWwWO4ePaYoPCZpLx/eTViWEr5ZXta/vK//Q==",
- "path": "microsoft.entityframeworkcore.design/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.design.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vhAQizlAgvPfurkh9XysNaFc/g3WPXtSka3Y1rXuQdnT//p16CDKt9lO9h+rYmooD+cA7TijSxwqck4GApDT/Q==",
- "path": "microsoft.entityframeworkcore.relational/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.relational.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fBBG1AvrqPSvTEWyg9W18F/obiV7Soi/RItwBt48kjte1heRaogCsKj8KBnJQACM/8L+NAhyKp3BH12nN7+yDA==",
- "path": "microsoft.entityframeworkcore.sqlserver/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.6.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Tools/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aeCzVNLmDl9IfB19WAjrlKcG61Cl4/ZV/9ubifmifKEps+kvMkKIcams5j+8q6dtx9/UL2x3tbOz2BS3eU0sXQ==",
- "path": "microsoft.entityframeworkcore.tools/6.0.5",
- "hashPath": "microsoft.entityframeworkcore.tools.6.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.ApiDescription.Server/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==",
- "path": "microsoft.extensions.apidescription.server/3.0.0",
- "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==",
- "path": "microsoft.extensions.caching.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==",
- "path": "microsoft.extensions.caching.memory/6.0.1",
- "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
- "path": "microsoft.extensions.configuration.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyModel/2.0.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jnHAeijsfJFQXdXmnYK/NhQIkgBUeth//RZZkf0ldIKC+jARbf7YxbA9uTrs/EPhuQxHXaDxVuMyscgmL+UqfA==",
- "path": "microsoft.extensions.dependencymodel/2.0.4",
- "hashPath": "microsoft.extensions.dependencymodel.2.0.4.nupkg.sha512"
- },
- "Microsoft.Extensions.Features/6.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-y7KLF1jRFQjSttfoilwHU86cU9ZgxN4ABfQR8tQ9qEC5AzTGYIX+K5RDwGFVK320eTiBwWuutV24ecmxBxo7Eg==",
- "path": "microsoft.extensions.features/6.0.5",
- "hashPath": "microsoft.extensions.features.6.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
- "path": "microsoft.extensions.logging/6.0.0",
- "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
- "path": "microsoft.extensions.logging.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
- "path": "microsoft.extensions.options/6.0.0",
- "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.PlatformAbstractions/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-H6ZsQzxYw/6k2DfEQRXdC+vQ6obd6Uba3uGJrnJ2vG4PRXjQZ7seB13JdCfE72abp8E6Fk3gGgDzfJiLZi5ZpQ==",
- "path": "microsoft.extensions.platformabstractions/1.1.0",
- "hashPath": "microsoft.extensions.platformabstractions.1.1.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
- "path": "microsoft.extensions.primitives/6.0.0",
- "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.21.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
- "path": "microsoft.identity.client/4.21.1",
- "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==",
- "path": "microsoft.identitymodel.logging/6.8.0",
- "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
- "path": "microsoft.identitymodel.protocols/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==",
- "path": "microsoft.identitymodel.tokens/6.8.0",
- "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/3.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
- "path": "microsoft.netcore.platforms/3.1.0",
- "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.OpenApi/1.2.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
- "path": "microsoft.openapi/1.2.3",
- "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
- },
- "Microsoft.Web.Infrastructure/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FNmvLn5m2LTU/Rs2KWVo0SIIh9Ek+U0ojex7xeDaSHw/zgEP77A8vY5cVWgUtBGS8MJfDGNn8rpXJWEIQaPwTg==",
- "path": "microsoft.web.infrastructure/1.0.0",
- "hashPath": "microsoft.web.infrastructure.1.0.0.nupkg.sha512"
- },
- "Microsoft.Win32.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
- "path": "microsoft.win32.primitives/4.3.0",
- "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
- "path": "microsoft.win32.registry/4.7.0",
- "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
- "path": "microsoft.win32.systemevents/4.7.0",
- "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
- },
- "Nancy/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-z2GMxQFbDbxqzCfkomyeqLNXW4G2NdvU727HBaP+QQ0/hm1jw9PTqHyzoB2M9aKeC5AKYmQmt9GvwR5CHL/ReA==",
- "path": "nancy/2.0.0",
- "hashPath": "nancy.2.0.0.nupkg.sha512"
- },
- "NETStandard.Library/1.6.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
- "path": "netstandard.library/1.6.1",
- "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "RestSharp/112.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bOUGNZqhhv/QeCXHTKEUil846yBjwWXpzPKjO67kFvaAOoF361z7jLY5BMnuZ6WD2WQRA750sNMcK7MSPCQ5Mg==",
- "path": "restsharp/112.1.0",
- "hashPath": "restsharp.112.1.0.nupkg.sha512"
- },
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
- "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
- "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
- "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.native.System/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
- "path": "runtime.native.system/4.3.0",
- "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
- "path": "runtime.native.system.io.compression/4.3.0",
- "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
- "path": "runtime.native.system.net.http/4.3.0",
- "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
- "path": "runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
- "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
- "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
- "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
- },
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
- "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
- "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
- "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
- "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
- "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
- "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "SSH.NET/2020.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-G0dNlTBAM00KZXv1wWVwgg26d9/METcM6qWBpNQwllzQmmbu+Zu+FS1L1X4fFgGdPu3e8k9mmTBu6SwtQ0614g==",
- "path": "ssh.net/2020.0.2",
- "hashPath": "ssh.net.2020.0.2.nupkg.sha512"
- },
- "SshNet.Security.Cryptography/1.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5pBIXRjcSO/amY8WztpmNOhaaCNHY/B6CcYDI7FSTgqSyo/ZUojlLiKcsl+YGbxQuLX439qIkMfP0PHqxqJi/Q==",
- "path": "sshnet.security.cryptography/1.3.0",
- "hashPath": "sshnet.security.cryptography.1.3.0.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JFk0+HHUPdjYuPhkpGBMLi2JtnEuWkE2pp0yXQp64DmeMe+Fb0hZyVNq/ENJ2vQNso7Zg+C758WmR/xyAl36bA==",
- "path": "swashbuckle.aspnetcore/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.6.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.Swagger/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-idAFh4xhyJHYHfdLVOOn+BmscBul1OQbWsnL6YPJE8tO/0y6S79hDCvs6OY5VI093/9+1pYY3j31Zet9yaDZjA==",
- "path": "swashbuckle.aspnetcore.swagger/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.swagger.6.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerGen/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+uoBV4h/6NhCPLoTofSmuOnZ+usu4PW1jP6l4OHwPyu2frbYXGNpJsHs5uUXXn929OiVQkT8wo3Lj/o+P99Ejg==",
- "path": "swashbuckle.aspnetcore.swaggergen/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggergen.6.3.1.nupkg.sha512"
- },
- "Swashbuckle.AspNetCore.SwaggerUI/6.3.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JLm9hN67jh7RHsX3H30+tb432Li8xm/qV5lRyMMkyHYMfWitIuKAAdrpo2ILcHOIeH7CLMuOO2hp/iLBmE+Bkw==",
- "path": "swashbuckle.aspnetcore.swaggerui/6.3.1",
- "hashPath": "swashbuckle.aspnetcore.swaggerui.6.3.1.nupkg.sha512"
- },
- "System.AppContext/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
- "path": "system.appcontext/4.3.0",
- "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
- },
- "System.Buffers/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
- "path": "system.buffers/4.3.0",
- "hashPath": "system.buffers.4.3.0.nupkg.sha512"
- },
- "System.CodeDom/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GLltyqEsE5/3IE+zYRP5sNa1l44qKl9v+bfdMcwg+M9qnQf47wK3H0SUR/T+3N4JEQXF3vV4CSuuo0rsg+nq2A==",
- "path": "system.codedom/7.0.0",
- "hashPath": "system.codedom.7.0.0.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Collections.Concurrent/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
- "path": "system.collections.concurrent/4.3.0",
- "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
- },
- "System.Collections.Immutable/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
- "path": "system.collections.immutable/6.0.0",
- "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
- },
- "System.Collections.NonGeneric/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
- "path": "system.collections.nongeneric/4.3.0",
- "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
- },
- "System.Collections.Specialized/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
- "path": "system.collections.specialized/4.3.0",
- "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
- },
- "System.ComponentModel/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
- "path": "system.componentmodel/4.3.0",
- "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
- },
- "System.ComponentModel.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
- "path": "system.componentmodel.primitives/4.3.0",
- "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
- },
- "System.ComponentModel.TypeConverter/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
- "path": "system.componentmodel.typeconverter/4.3.0",
- "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
- "path": "system.configuration.configurationmanager/4.7.0",
- "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
- },
- "System.Console/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
- "path": "system.console/4.3.0",
- "hashPath": "system.console.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Debug/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
- "path": "system.diagnostics.debug/4.3.0",
- "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512"
- },
- "System.Diagnostics.Tools/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
- "path": "system.diagnostics.tools/4.3.0",
- "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.Tracing/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
- "path": "system.diagnostics.tracing/4.3.0",
- "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ndUZlEkAMc1XzM0xGN++SsJrNhRkIHaKI8+te325vrUgoLT1ufWNI6KB8FFrL7NpRMHPrdxP99aF3fHbAPxW0A==",
- "path": "system.directoryservices.protocols/6.0.1",
- "hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512"
- },
- "System.Drawing.Common/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
- "path": "system.drawing.common/4.7.0",
- "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
- },
- "System.Dynamic.Runtime/4.0.11": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
- "path": "system.dynamic.runtime/4.0.11",
- "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
- },
- "System.Globalization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
- "path": "system.globalization/4.3.0",
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Calendars/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
- "path": "system.globalization.calendars/4.3.0",
- "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
- },
- "System.Globalization.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
- "path": "system.globalization.extensions/4.3.0",
- "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==",
- "path": "system.identitymodel.tokens.jwt/6.8.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
- "path": "system.io.compression/4.3.0",
- "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
- },
- "System.IO.Compression.ZipFile/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
- "path": "system.io.compression.zipfile/4.3.0",
- "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
- "path": "system.io.filesystem/4.3.0",
- "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
- },
- "System.IO.FileSystem.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
- "path": "system.io.filesystem.primitives/4.3.0",
- "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
- },
- "System.IO.Pipelines/6.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
- "path": "system.io.pipelines/6.0.3",
- "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
- },
- "System.Linq/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
- "path": "system.linq/4.3.0",
- "hashPath": "system.linq.4.3.0.nupkg.sha512"
- },
- "System.Linq.Expressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
- "path": "system.linq.expressions/4.3.0",
- "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
- },
- "System.Management/7.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/qEUN91mP/MUQmJnM5y5BdT7ZoPuVrtxnFlbJ8a3kBJGhe2wCzBfnPFtK2wTtEEcf3DMGR9J00GZZfg6HRI6yA==",
- "path": "system.management/7.0.2",
- "hashPath": "system.management.7.0.2.nupkg.sha512"
- },
- "System.Net.Http/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
- "path": "system.net.http/4.3.0",
- "hashPath": "system.net.http.4.3.0.nupkg.sha512"
- },
- "System.Net.NameResolution/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
- "path": "system.net.nameresolution/4.3.0",
- "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
- },
- "System.Net.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
- "path": "system.net.primitives/4.3.0",
- "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
- },
- "System.Net.Sockets/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
- "path": "system.net.sockets/4.3.0",
- "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
- },
- "System.ObjectModel/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
- "path": "system.objectmodel/4.3.0",
- "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
- "path": "system.reflection.emit/4.3.0",
- "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
- "path": "system.reflection.emit.ilgeneration/4.3.0",
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
- "path": "system.reflection.emit.lightweight/4.3.0",
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
- "path": "system.reflection.extensions/4.3.0",
- "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Reflection.TypeExtensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
- "path": "system.reflection.typeextensions/4.3.0",
- "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
- "path": "system.resources.resourcemanager/4.3.0",
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Caching/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
- "path": "system.runtime.caching/4.7.0",
- "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Handles/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
- "path": "system.runtime.handles/4.3.0",
- "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
- "path": "system.runtime.interopservices/4.3.0",
- "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
- },
- "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
- "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
- "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Numerics/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
- "path": "system.runtime.numerics/4.3.0",
- "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
- },
- "System.Security.AccessControl/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
- "path": "system.security.accesscontrol/4.7.0",
- "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
- },
- "System.Security.Claims/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
- "path": "system.security.claims/4.3.0",
- "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Algorithms/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
- "path": "system.security.cryptography.algorithms/4.3.0",
- "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
- "path": "system.security.cryptography.cng/4.5.0",
- "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Csp/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
- "path": "system.security.cryptography.csp/4.3.0",
- "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
- "path": "system.security.cryptography.encoding/4.3.0",
- "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.OpenSsl/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
- "path": "system.security.cryptography.openssl/4.3.0",
- "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
- "path": "system.security.cryptography.primitives/4.3.0",
- "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
- "path": "system.security.cryptography.protecteddata/4.7.0",
- "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
- },
- "System.Security.Cryptography.X509Certificates/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
- "path": "system.security.cryptography.x509certificates/4.3.0",
- "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
- },
- "System.Security.Permissions/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
- "path": "system.security.permissions/4.7.0",
- "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
- },
- "System.Security.Principal/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
- "path": "system.security.principal/4.3.0",
- "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
- "path": "system.security.principal.windows/4.7.0",
- "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
- "path": "system.text.encoding.codepages/4.7.0",
- "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
- },
- "System.Text.Encoding.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
- "path": "system.text.encoding.extensions/4.3.0",
- "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
- },
- "System.Text.RegularExpressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
- "path": "system.text.regularexpressions/4.3.0",
- "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
- },
- "System.Threading/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
- "path": "system.threading/4.3.0",
- "hashPath": "system.threading.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
- "path": "system.threading.tasks.extensions/4.3.0",
- "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
- },
- "System.Threading.Timer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
- "path": "system.threading.timer/4.3.0",
- "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
- },
- "System.Windows.Extensions/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
- "path": "system.windows.extensions/4.7.0",
- "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
- },
- "System.Xml.ReaderWriter/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
- "path": "system.xml.readerwriter/4.3.0",
- "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
- },
- "System.Xml.XDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
- "path": "system.xml.xdocument/4.3.0",
- "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
- },
- "System.Xml.XmlDocument/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
- "path": "system.xml.xmldocument/4.3.0",
- "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
- },
- "System.Xml.XmlSerializer/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
- "path": "system.xml.xmlserializer/4.3.0",
- "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.dll b/ApiPolo/bin/Release/net6.0/ApiPolo.dll
deleted file mode 100644
index d5471cc..0000000
Binary files a/ApiPolo/bin/Release/net6.0/ApiPolo.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.exe b/ApiPolo/bin/Release/net6.0/ApiPolo.exe
deleted file mode 100644
index 034c160..0000000
Binary files a/ApiPolo/bin/Release/net6.0/ApiPolo.exe and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.pdb b/ApiPolo/bin/Release/net6.0/ApiPolo.pdb
deleted file mode 100644
index 6b47cc9..0000000
Binary files a/ApiPolo/bin/Release/net6.0/ApiPolo.pdb and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.runtimeconfig.json b/ApiPolo/bin/Release/net6.0/ApiPolo.runtimeconfig.json
deleted file mode 100644
index 80d0347..0000000
--- a/ApiPolo/bin/Release/net6.0/ApiPolo.runtimeconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "6.0.0"
- }
- ],
- "configProperties": {
- "System.GC.Server": true,
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
- }
- }
-}
\ No newline at end of file
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.staticwebassets.runtime.json b/ApiPolo/bin/Release/net6.0/ApiPolo.staticwebassets.runtime.json
deleted file mode 100644
index 0eb1038..0000000
--- a/ApiPolo/bin/Release/net6.0/ApiPolo.staticwebassets.runtime.json
+++ /dev/null
@@ -1 +0,0 @@
-{"ContentRoots":["C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\"],"Root":{"Children":{"logo_disco.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_disco.jpg"},"Patterns":null},"logo_ferra.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_ferra.jpg"},"Patterns":null},"logo_marro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_marro.jpg"},"Patterns":null},"VIRTU":{"Children":{"AZI01":{"Children":{"AZI01_LOGO.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI01/AZI01_LOGO.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"AZI02":{"Children":{"AZI02_LOGO.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/AZI02_LOGO.jpg"},"Patterns":null},"company2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/company2.png"},"Patterns":null},"img2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/img2.png"},"Patterns":null},"No_image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/No_image.png"},"Patterns":null},"R.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/R.png"},"Patterns":null}},"Asset":null,"Patterns":null},"CAV00001.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/CAV00001.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
diff --git a/ApiPolo/bin/Release/net6.0/ApiPolo.xml b/ApiPolo/bin/Release/net6.0/ApiPolo.xml
deleted file mode 100644
index ede9ba6..0000000
--- a/ApiPolo/bin/Release/net6.0/ApiPolo.xml
+++ /dev/null
@@ -1,9702 +0,0 @@
-
-
-
- ApiPolo
-
-
-
-
- Controller unico
-
-
-
- polocontroller
-
-
- vuoto=chiamata presa in carico 3=chiamata chiusa 2=manutenzione chiusa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 200=Ok 500=ErroreInterno 400=OperazioneNonAmmessa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Zucchetti Sicilia
-
-
- Discovery
-
-
- Sarom
-
-
- Sinergo
-
-
- Gitoga
-
-
- Lifta
-
-
- Siet
-
-
- PMS
-
-
- VT app
-
-
- Lift-web
-
-
- Tedesco Impianti
-
-
- Syscom
-
-
-
-
-
-
-
-
-
-
-
- Zucchetti Sicilia
-
-
- Discovery
-
-
- Sarom
-
-
- Sinergo
-
-
- Gitoga
-
-
- Lifta
-
-
- Siet
-
-
- PMS
-
-
- Virtual task
-
-
- Lift web
-
-
- Tedesco impianti
-
-
- Syscom
-
-
- trasforma un Saldiart in un Mag_New
-
-
- trasforma un Compi_Impia in un Mag_New
-
-
- crea un cpccchk
-
-
- formatta l'indirizzo della lista chiamate
-
-
- formatta l'indirizzo stampa chiamate
-
-
- formatta l'indirizzo stampa chiamateper Discovery
-
-
- formatta l'indirizzo della lista chiamate TEDESCO
-
-
- formatta l'indirizzo della lista chiamate Virtual task
-
-
- formatta il riferimento impainto (html)
-
-
- formatta il riferimento impianto Disco (html)
-
-
- formatta il riferimento impianto Ferrari (html)
-
-
- formatta l'indirizzo stampa manutenzioni
-
-
- formatta il riferimento impainto (html)
-
-
- formatta l'indirizzo della lista manutenzioni
-
-
- formatta riferimwnto impianto su buono (html)
-
-
- formatta riferimwnto impianto su buono (html) Disco
-
-
- Configurazioni per azienda return:ActionResult
-
-
- token riewmpimento
-
-
- elimina Token
-
-
- inserisce Token
-
-
- token salvataggio
-
-
- token salvataggio
-
-
- Magazzini per login return:ActionResult
-
-
- Login iniziale return:ActionResult
-
-
- Codici di chiusura per scheda intevento return:ActionResult
-
-
- Chiamate per tecnico e azienda (tenant) in stato C=Assegnate return:ActionResult
-
-
- presaInCarico: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce il primo record di una presa in carico su RAPP_NEW return:ActionResult
-
-
- rifiuta: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce record su RAPP_NEW con INCARICO=N e RIFIUTATA=S return:ActionResult
-
-
- chiudi: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce record su RAPP_NEW con i dati dell'intervento return:ActionResult
-
-
- rilascia: elimina record su RAPP_NEW con i dati dell'intervento return:ActionResult
-
-
- Manutenzioni per tecnico e azienda (tenant). Intervallo: 1 mese prima e 1 mese dopo rispetto a GETDATE() con GENERATO diverso da S return:ActionResult
-
-
- prendi_in_carico: inserisce record su Prese con i dati dell'intervento return:ActionResult TEDES_MAGAZZINIDbContext
-
-
- chiudi: 1) crea un nuovo seriale per RAPP_NEW 2)inserisce record su RAPP_NEW con i dati dell'intervento return:ActionResult
-
-
- rilascia: elimina record su Prese con i dati dell'intervento return:ActionResult
-
-
-
-
-
- Upload return:ActionResult
-
-
- Componenti impianto return:ActionResult
-
-
- aggiunge un componente all'impianto. Inserisce in LABSEMICOMIMP return:ActionResult
-
-
- toglie un componente all'impianto. Cancella in LABSEMICOMIMP return:ActionResult
-
-
- Ricerca articoli per impianto return:ActionResult
-
-
- rapportino per pezzi magazzino. Inserisce in LABSEMAG_NEW return:ActionResult
-
-
- Ricerca Impianti return:ActionResult
-
-
- Storico interventi return:ActionResult
-
-
- Anagrafica return:ActionResult
-
-
- Tabelle di dominio: causali pagamenti, causali rapportino, tipi esito, tipi intervento return:ActionResult
-
-
-
-
-
- Commesse return:ActionResult IEnumerable Commessa
-
-
- Salva la timbratuta in tabella Timbrature return:ActionResult Timbratura_out
-
-
- Storico rapportini tecnico return:ActionResult di Sto_Imp_out
-
-
- Ricerca Commessa return:ActionResult
-
-
- Ricerca Commessa NUOVAreturn:ActionResult
-
-
- Salva la timbratuta in tabella Timbrature return:ActionResult Timbratura_out
-
-
- Login iniziale return:ActionResult
-
-
- VIRTUAL TASK: Tecnici per azienda
-
-
- VIRTUAL TASK: Tecnici per azienda
-
-
- VIRTUAL TASK: crea un tecnico return:ActionResult
-
-
- VIRTUAL TASK: cancella un tecnico return:ActionResult
-
-
- VIRTUAL TASK: modifica un tecnico return:ActionResult
-
-
- VIRTUAL TASK: Codici di chiusura
-
-
- VIRTUAL TASK: crea un codice chiusura return:ActionResult
-
-
- VIRTUAL TASK: cancella un codice chiusura return:ActionResult
-
-
- VIRTUAL TASK: modifica un codice chiusura return:ActionResult
-
-
- VIRTUAL TASK: anagrafiche clienti per azienda
-
-
- VIRTUAL TASK: crea una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: crea una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: modifica una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: cancella una anagrafica (valorizza data obsolescenza) return:ActionResult
-
-
- VIRTUAL TASK: rapp_new per azienda
-
-
- VIRTUAL TASK: crea una rappnew return:ActionResult
-
-
- VIRTUAL TASK: modifica una anagrafica return:ActionResult
-
-
- VIRTUAL TASK: cancella una rapp_new return:ActionResult
-
-
- VIRTUAL TASK: impianti per azienda
-
-
- VIRTUAL TASK: impianti per azienda
-
-
- VIRTUAL TASK: crea un impianto return:ActionResult
-
-
- VIRTUAL TASK: modifica un impianto return:ActionResult
-
-
- VIRTUAL TASK: cancella un impianto return:ActionResult
-
-
- VIRTUAL TASK: chiamate per azienda
-
-
- VIRTUAL TASK: chiamate per azienda
-
-
- VIRTUAL TASK: crea una chiamata return:ActionResult
-
-
- VIRTUAL TASK: modifica una chiamata return:ActionResult
-
-
- VIRTUAL TASK: cancella una chiamata return:ActionResult
-
-
- VIRTUAL TASK: progressivi per azienda
-
-
- VIRTUAL TASK: modifica un progressivo return:ActionResult
-
-
- VIRTUAL TASK: dati azienda
-
-
- VIRTUAL TASK: crea una azienda return:ActionResult
-
-
- VIRTUAL TASK: modifica un progressivo return:ActionResult
-
-
- VIRTUAL TASK: cancella una azienda return:ActionResult
-
-
- VIRTUAL TASK: registrazioni
-
-
- VIRTUAL TASK: crea una registrazione return:ActionResult
-
-
- VIRTUAL TASK: modifica una registrazione return:ActionResult
-
-
- VIRTUAL TASK: cancella una registrazione return:ActionResult
-
-
- VIRTUAL TASK: registrazioni
-
-
- VIRTUAL TASK: commesse
-
-
- VIRTUAL TASK: crea una commessa return:ActionResult
-
-
- VIRTUAL TASK: modifica una commessa return:ActionResult
-
-
- VIRTUAL TASK: cancella una commessa (valorizza data obsolescenza) return:ActionResult
-
-
- VIRTUAL TASK: dati Azienda
-
-
- VIRTUAL TASK: crea dati azienda return:ActionResult
-
-
- VIRTUAL TASK: modifica una commessa return:ActionResult
-
-
- VIRTUAL TASK: cancella una dati azienda return:ActionResult
-
-
- VIRTUAL TASK: cancella una dati azienda return:ActionResult
-
-
- VIRTUAL TASK: legge e salva su server return:ActionResult
-
-
- VIRTUAL TASK: salvataggio su disco
-
-
- VIRTUAL TASK: ricava il nome del file a partire dal path web
-
-
- VIRTUAL TASK: dati Azienda
-
-
- VIRTUAL TASK: inserisce buono
-
-
- VIRTUAL TASK: Timbrature da App
-
-
- Upload return:ActionResult
-
-
-
- Contiene i campi di SALDIART
-
-
-
- tipo
-
-
- codice
-
-
- email
-
-
- codice fiscale
-
-
- partita iva
-
-
- indirizzo
-
-
- telefono
-
-
- cellulare
-
-
- pec
-
-
- descrizione
-
-
- listino cliente
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tipo
-
-
- codice
-
-
- codice azienda
-
-
- email
-
-
- codice fiscale
-
-
- partita iva
-
-
- indirizzo
-
-
- telefono
-
-
- cellulare
-
-
- pec
-
-
- descrizione
-
-
- listino cliente
-
-
- cliente eliminato
-
-
-
- Contiene i campi di API_CLIENTI
-
-
-
- tipo
-
-
- codice
-
-
- email
-
-
- codice fiscale
-
-
- partita iva
-
-
- indirizzo
-
-
- telefono
-
-
- cellulare
-
-
- pec
-
-
- descrizione
-
-
- listino cliente
-
-
- cliente eliminato
-
-
- azienda (tenant2)
-
-
-
- Azienda prsente
-
-
-
-
- Azienda tecnico
-
-
-
- Azienda collegata all'azienda principale
-
-
- azienda
-
-
- tecnico
-
-
- tecnico
-
-
- Nome azienda collegata
-
-
- url logo
-
-
- Testo rapportino
-
-
- buoni rapportini
-
-
- azienda
-
-
- seriale buono
-
-
- immagine
-
-
- data inserimento
-
-
- Buono per Lift web
-
-
- azienda
-
-
- seriale buono
-
-
- immagine
-
-
- data inserimento
-
-
-
- Causali rapportino
-
-
-
- codice causale
-
-
- descrizione causale
-
-
- flag fatturazione
-
-
-
-
-
- codice azienda
-
-
- codice di chiusura
-
-
- codice intervento
-
-
- Oggetto Vista abbinamento codice chiusura-codice intervento
-
-
- Azienda
-
-
- codice di chiusura PIASSCHIU
-
-
- codice intervento PIASSCHIU
-
-
- codice intervento CODINTE
-
-
- descrizione intervento CODINTE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- ViSTA Chiamate
-
-
- Azienda
-
-
-
- Seriale Chiamata
-
-
-
-
- Stato chiamata
-
-
-
-
- Codice Chiamatista assegnato
-
-
-
-
- Data appuntamento chiamata
-
-
-
-
- Ora appuntamento inizio
-
-
-
-
- Minuti appuntamento inizio
-
-
-
-
- Note appuntamento
-
-
-
-
- Codice Impianto chiamata
-
-
-
-
- Descrizione codice segnalazione
-
-
-
-
- Telefono cliente
-
-
-
-
- descrizione cliente
-
-
-
-
- Indirizzo impianto tipo
-
- Via,Piazza,
-
-
-
- Indirizzo impianto nome
-
-
-
-
- Indirizzo impianto numero
-
-
-
-
- Indirizzo impianto sottonumero
-
-
-
-
- Indirizzo impianto Scala
-
-
-
-
- Indirizzo impianto localitÃ
-
-
-
-
- Indirizzo impianto Cap
-
-
-
-
- Indirizzo impianto comune
-
-
-
-
- Indirizzo impianto provincia
-
-
-
-
- Indirizzo impianto nazione
-
-
-
-
- MANPROG: matricola impianto
-
-
-
-
- MANPROG: numero impianto
-
-
-
-
- MANPROG: ubicazione impianto
-
-
-
-
- Tecnico descrizione
-
-
-
-
- Tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapp_new preso in carico
-
-
-
-
- RAPP_NEW: tipo rapp_new preso in carico (valore vuoto)
-
-
-
-
- RAPP_NEW: preso in carico (S o NULL)
-
-
-
-
- RAPP_NEW: seriale rapp_new rifiutata
-
-
-
-
- RAPP_NEW: tipo rapp rifiutata (valore vuoto)
-
-
-
-
- RAPP_NEW: rifiutato (S o null)
-
-
-
-
- RAPP_NEW: seriale chiamata chiusa
-
-
-
-
- RAPP_NEW: tipo chiamata chiusa (3 o null)
-
-
-
-
- RAPP_NEW: seriale buono chiamata chiusa
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
- Esercizio
-
-
- Tipo
-
-
- numero chiamata
-
-
- Data inserimento chiamata
-
-
- Ora inserimento chiamata
-
-
- Minuti inserimento chiamata
-
-
- operatore assegnazione
-
-
- operatore di chiusura
-
-
- azienda impianto
-
-
- ora appuntamento fine
-
-
- minuto appuntamento fine
-
-
- Riferimento chiamata
-
-
- telefono riferimento
-
-
- tcodice segnalazione
-
-
- Fermo impianto S/N
-
-
- Data assegnazione chiamata
-
-
- Ora assegnazione chiamata
-
-
- Min assegnazione chiamata
-
-
- Data chiusura chiamata
-
-
- Ora chiusura chiamata
-
-
- Min chiusura chiamata
-
-
- Data inizio intervento
-
-
- Ora inizio intervento
-
-
- Min inizio intervento
-
-
- Data fine intervento
-
-
- Ora fine intervento
-
-
- Min fine intervento
-
-
- Numero 1 rapportino futuro
-
-
- Serie 1 rapportino futuro
-
-
- Numero 2 rapportino futuro
-
-
- Modalità raccolta chiamata
-
-
- Numero chiamata per impianto per anno
-
-
- Importo manodopera
-
-
- Percentuale manodopera
-
-
- Stampa manodopera
-
-
- Chiusura da remoto
-
-
- Riferimento seriale importazione
-
-
- Descrizione
-
-
- Tipo impianto
-
-
- Ultimo amministratore
-
-
- Descrizione Ult. Amministratore
-
-
- Telefono Ult. Amministratore
-
-
- Zona manutenzione
-
-
- Pubblico/privato
-
-
- Zona chiamate
-
-
- Zona supervisione
-
-
- Data inizio manutenzione
-
-
- Data fine manutenzione
-
-
- Data costruzione
-
-
- Numero telesoccorso
-
-
- Email cliente
-
-
- Ultimo cliente
-
-
- codice cliente
-
-
- tipo anagrafica
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- riferimento impianto (va su rapportino)
-
-
- Tabella CHIAMATE (insert da app)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tabella CHIAMATE (insert da app) - Output
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- ViSTA Chiamate
-
-
- Azienda
-
-
-
- Seriale Chiamata
-
-
-
-
- Stato chiamata
-
-
-
-
- Codice Chiamatista assegnato
-
-
-
-
- Data appuntamento chiamata
-
-
-
-
- Ora appuntamento inizio
-
-
-
-
- Minuti appuntamento inizio
-
-
-
-
- Note appuntamento
-
-
-
-
- Codice Impianto chiamata
-
-
-
-
- Descrizione codice segnalazione
-
-
-
-
- Telefono cliente
-
-
-
-
- descrizione cliente
-
-
-
-
- Indirizzo impianto tipo
-
- Via,Piazza,
-
-
-
- Indirizzo impianto nome
-
-
-
-
- Indirizzo impianto numero
-
-
-
-
- Indirizzo impianto sottonumero
-
-
-
-
- Indirizzo impianto Scala
-
-
-
-
- Indirizzo impianto localitÃ
-
-
-
-
- Indirizzo impianto Cap
-
-
-
-
- Indirizzo impianto comune
-
-
-
-
- Indirizzo impianto provincia
-
-
-
-
- Indirizzo impianto nazione
-
-
-
-
- matricola impianto
-
-
-
-
- numero impianto
-
-
-
-
- ubicazione impianto
-
-
-
-
- Tecnico descrizione
-
-
-
-
- Tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapp_new preso in carico
-
-
-
-
- RAPP_NEW: tipo rapp_new preso in carico (valore vuoto)
-
-
-
-
- RAPP_NEW: preso in carico (S o NULL)
-
-
-
-
- RAPP_NEW: seriale rapp_new rifiutata
-
-
-
-
- RAPP_NEW: tipo rapp rifiutata (valore vuoto)
-
-
-
-
- RAPP_NEW: rifiutato (S o null)
-
-
-
-
- RAPP_NEW: seriale chiamata chiusa
-
-
-
-
- RAPP_NEW: tipo chiamata chiusa (3 o null)
-
-
-
-
- RAPP_NEW: seriale buono chiamata chiusa
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- altri dati chiamata
-
- Esercizio
-
-
- Tipo
-
-
- numero chiamata
-
-
- Data inserimento chiamata
-
-
- Ora inserimento chiamata
-
-
- Minuti inserimento chiamata
-
-
- operatore assegnazione
-
-
- operatore di chiusura
-
-
- azienda impianto
-
-
- ora appuntamento fine
-
-
- minuto appuntamento fine
-
-
- Riferimento chiamata
-
-
- telefono riferimento
-
-
- tcodice segnalazione
-
-
- altri campi
-
-
- Codice cliente
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- riferimento impianto (va su rapportino)
-
-
- indirizzo stampa (html) su buono
-
-
- impianto per lista (html)
-
-
- riferimento impianto (html) su buono
-
-
- Chiusure
-
-
- codice chiusura
-
-
- descrizione
-
-
- ccrapabi
-
-
- obbligatoria
-
-
- ccchiint
-
-
- azienda
-
-
- Descrizione supplementare da mettere sul rapportino
-
-
- Contiena la lista di tipologie di manutenzione associate a quel codice
-
-
-
- (Virtual Task) Contiene i campi di CCHIUSA
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViSTA API_COMMESSE
-
-
- seriale Commessa
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- Descrizione commessa per SIET
-
-
- seriale Commessa
-
-
- tipo lavorazione
-
-
- centro di costo - ticket
-
-
- Codice commessa
-
-
- Codice tecnico associato alla commessa
-
-
- ViSTA API_COMMESSE
-
-
- Codice Commessa
-
-
- Descrizione Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- elemento lista formato html
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
- Oggetto uscita Commessa Lift
-
-
- seriale Commessa
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- elemento lista formato html
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
- ViSTA API_COMMESSE - VT
-
-
- seriale Commessa
-
-
- Azienda
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- codice impianto - commesse
-
-
- flag commessa generica cliente
-
-
- seriale Commessa
-
-
- seriale Commessa
-
-
- Azienda
-
-
- Codice Commessa
-
-
- Fase Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- codice impianto
-
-
- flag commessa generica cliente
-
-
-
- Contiene i campi di xxxMICOMIMP (componenti impianto)
-
-
-
-
- codice impianto
-
-
-
-
- codice impianto
-
-
-
-
- indice riga
-
-
-
-
- quantitÃ
-
-
-
-
- codice articolo
-
-
-
-
- note
-
-
-
-
- lotto articolo
-
-
-
-
- matricola articolo
-
-
-
-
- descrizione articolo
-
-
-
-
- descrizione per ogni articolo (se abilitata da configurazioni)
-
-
-
- Contiene i campi di xxxMICOMIMP (componenti impianto) oggetto di output
-
-
-
-
- codice impianto
-
-
-
-
- codice impianto
-
-
-
-
- indice riga
-
-
-
-
- codice articolo
-
-
-
-
- codice articolo
-
-
-
-
- note
-
-
-
-
- lotto articolo
-
-
-
-
- matricola articolo
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Classe componenti per scrittura db
-
-
-
-
- codice impianto
-
-
-
-
- codice impianto
-
-
-
-
- indice riga
-
-
-
-
- codice articolo
-
-
-
-
- codice articolo
-
-
-
-
- note
-
-
-
-
- lotto articolo
-
-
-
-
- matricola articolo
-
-
-
-
-
-
- azienda
-
-
- path file buoni (immagini rapportini)
-
-
- prefisso dei buoni da chiamata
-
-
- prefisso dei buoni da mauntenzione
-
-
- url ftp per upload delle immagini
-
-
- utente ftp per upload delle immagini
-
-
- password ftp per upload delle immagini
-
-
- Listino articoli per magazzino
-
-
- pulsante naviga nelle liste
-
-
- pulsante telefona nelle liste
-
-
- abilita funzione
-
-
- abilita funzione
-
-
- barcode abilitato opzionalmente in varie sezioni. Per renderlo obbligatorio vedi flag sott
-
-
-
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- hiamate_rifiuta_barcode
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- abilita funzione
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- chiede presena DPI prima di scheda
-
-
- visualizza anagrafica
-
-
- abilita stato impianto
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- Costo orario intervento
-
-
- porta ftp
-
-
- barcode obbligatorio
-
-
- storico rapportini
-
-
- storico impianto
-
-
- Abilita link storico interventi
-
-
- Abilita link ricerca impianti
-
-
- Abilita link storico impianto (solo per chi gestisce il magazzino)
-
-
- Calcolo tempo rapportino automatico
-
-
- Stampa ora inizio-fine su buono
-
-
- Stampa intestazione su buono
-
-
- Seriale chiamata da usare come teplate per inserire chiamata da app (commessa o normale)
-
-
- 0=non abilitata 1,2,3=abilitata
-
-
- Data rapportino editabile
-
-
- articoli impianto in forma decimale
-
-
- max num record in ricerca
-
-
- storico impianto
-
-
- Error Message
-
-
- Error Message detail
-
-
- Status
-
-
- Configurazioni
-
-
- azienda
-
-
- path file buoni (immagini rapportini)
-
-
- prefisso dei buoni da chiamata
-
-
- prefisso dei buoni da mauntenzione
-
-
- url ftp per upload delle immagini
-
-
- utente ftp per upload delle immagini
-
-
- password ftp per upload delle immagini
-
-
- Listino articoli per magazzino
-
-
- pulsante naviga nelle liste
-
-
- pulsante telefona nelle liste
-
-
- abilita funzione
-
-
- abilita funzione
-
-
- barcode abilitato opzionalmente in varie sezioni. Per renderlo obbligatorio vedi flag sott
-
-
-
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- hiamate_rifiuta_barcode
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- abilita funzione
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- chiede presena DPI prima di scheda
-
-
- visualizza anagrafica
-
-
- abilita stato impianto
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- Costo orario intervento
-
-
- porta ftp
-
-
- barcode obbligatorio
-
-
- OBSOLETO
-
-
- OBSOLETO
-
-
- Abilita link storico interventi
-
-
- Abilita link ricerca impianti
-
-
- Abilita link storico impianto (solo per chi gestisce il magazzino)
-
-
- Calcolo tempo rapportino automatico
-
-
- Stampa ora inizio-fine su buono
-
-
- Stampa intestazione su buono
-
-
- Seriale chiamata da usare come teplate per inserire chiamata da app (commessa o normale)
-
-
- 0=non abilitata 1,2,3=abilitata
-
-
- data rapportino editabile
-
-
- articoli impianto in forma decimale se valore maggiore di 1 e la cifra indica il numero di cifre decimali, altrimenti sono numeri interi
-
-
- max num record in ricerca
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- Azienda adhoc
-
-
- ConfigurazioniDbContext
-
-
- conf
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
- azienda
-
-
- tecnico
-
-
- Denominazione
-
-
- url del logo esposto
-
-
- logo
-
-
- testo azienda rapportino
-
-
- Aziende collegate
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Error
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FERRA_CHIAMATEDbContext
-
-
- FERRA_CHIAMATEDbContext
-
-
- FERRA_CHIAMATEDbContext
-
-
- OnModelCreating
-
-
- FERRA_CHIUSUREDbContext
-
-
- Chiusure
-
-
-
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FERRA_MANPROG_TECDbContext
-
-
- Manutenzioni
-
-
- Manutenzioni
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FERRA_CHIAMATEDbContext
-
-
- FERRA_CHIAMATEDbContext
-
-
-
-
-
- A
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Impianto
-
-
- Codice Impianto
-
-
- Descrizione Impianto
-
-
- Tipo indirizzo (Via, piazza..)
-
-
- indirizzo
-
-
- numero civico
-
-
- sottonumero
-
-
- scala
-
-
- localita
-
-
- Cap
-
-
- Comune
-
-
- Provincia
-
-
- Azienda
-
-
- cod cliente
-
-
- descrizione cliente
-
-
- Data cancellazione
-
-
-
-
-
- Codice Impianto
-
-
- Azienda
-
-
- Descrizione Impianto
-
-
- Tipo indirizzo (Via, piazza..)
-
-
- indirizzo
-
-
- numero civico
-
-
- sottonumero
-
-
- scala
-
-
- localita
-
-
- Cap
-
-
- Comune
-
-
- Provincia
-
-
- cliente associato
-
-
- Data cancellazione
-
-
- Impianto out
-
-
- Codice Impianto
-
-
- Codice Impianto
-
-
- Indirizzo Impianto
-
-
- Cap
-
-
- Comune
-
-
- Provincia
-
-
- LocalitÃ
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
-
- Contiene i campi di input sia per RAPP_NEW che per PRESE
-
-
-
-
- Tabella RAPP_NEW: Seriale rapportini
-
-
-
-
- Tabella RAPP_NEW: Tipo rapportini
-
-
-
-
- Tabella RAPP_NEW: Azienda
-
-
-
-
- Tabella RAPP_NEW: Codice Impianto
-
-
-
-
- Tabella RAPP_NEW: Azienda su cui è la chiamata
-
-
-
-
- Tabella RAPP_NEW: Seriale chiamata
-
-
-
-
- Tabella RAPP_NEW: Seriale chiamata
-
-
-
-
- Tabella RAPP_NEW: Data rapportino
-
-
-
-
- Tabella RAPP_NEW: Ora inizio
-
-
-
-
- Tabella RAPP_NEW: Tabella RAPP_NEW: minuto inizio
-
-
-
-
- Tabella RAPP_NEW: Ora fine
-
-
-
-
- Tabella RAPP_NEW: Minuto fine
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: codice chiusura
-
-
-
-
- Tabella RAPP_NEW: descrizione intervento
-
-
-
-
- Tabella RAPP_NEW: stato
-
-
-
-
- Tabella RAPP_NEW: generato
-
-
-
-
- Tabella RAPP_NEW: azienda tecnico
-
-
-
-
- Tabella RAPP_NEW: codice tecnico
-
-
-
-
- Tabella RAPP_NEW: flag rifiutata
-
-
-
-
- Tabella RAPP_NEW: nominativo firma
-
-
-
-
- Tabella RAPP_NEW: flag stato In Carico
-
-
-
-
- Tabella RAPP_NEW: data validitÃ
-
-
-
-
- Tabella RAPP_NEW: pathg immagine buono o firma
-
-
-
-
- Tabella RAPP_NEW: seriale del buono
-
-
-
-
- Tabella RAPP_NEW: seriale del buono
-
-
-
-
- Tabella RAPP_NEW: data/ora effettiva del lavoro (nel caso dispositivo offline)
-
-
-
- Tabella PRESE: Azienda
-
-
- Tabella PRESE: Impianto
-
-
- Tabella PRESE: Codice intervento QUI=? SEM=SEMESTRALE
-
-
- Tabella PRESE: Tecnico
-
-
- Tabella PRESE: data della manutenzione
-
-
- Tabella PRESE: Zona manutenzione
-
-
- Tabella PRESE: check presa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Componenti impianto aggiunti
-
-
- Componenti impianto eliminati
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LoginModel
-
-
- Username
-
-
- Password
-
-
- Tenant
-
-
- Conf (configurazioni app)
-
-
- pulsante naviga nelle liste
-
-
- pulsante telefona nelle liste
-
-
- abilita funzione
-
-
- abilita funzione
-
-
- barcode abilitato opzionalmente in varie sezioni. Per renderlo obbligatorio vedi flag sott
-
-
-
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- hiamate_rifiuta_barcode
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- abilita funzione
-
-
- funziona anche offline
-
-
- abilita funzione
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- barcode obbligatorio
-
-
- funziona anche offline
-
-
- chiede presena DPI prima di scheda
-
-
- anagrafica visualizza anagrafica
-
-
- abilita stato impianto
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- abilita
-
-
- Costo orario intervento
-
-
- porta ftp
-
-
- barcode obbligatorio
-
-
- storico rapportini abilita
-
-
- storico impianto
-
-
- Abilita link storico interventi
-
-
- Abilita link ricerca impianti
-
-
- Abilita link storico impianto (solo per chi gestisce il magazzino)
-
-
- Calcolo tempo rapportino automatico
-
-
- Stampa ora inizio-fine su buono
-
-
- Stampa intestazione su buono
-
-
- Seriale chiamata da usare come teplate per inserire chiamata da app (commessa o normale)
-
-
- 0=non abilitata 1,2,3=abilitata
-
-
- data rapportino editabile
-
-
- articoli impianto in forma decimale
-
-
- max num record in ricerca
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- rende visibile la riga dei prezzi sul rapportino
-
-
- Azienda adhoc
-
-
- LoginOut (token+user)
-
-
- token
-
-
- token
-
-
- token
-
-
- token
-
-
- storico impianto
-
-
- Error Message
-
-
- Error Message detail
-
-
- Status
-
-
- flag admin
-
-
- tenant
-
-
- Identifica un utente abilitato al download dell'app
-
-
-
- Magazzini azienda
-
-
-
-
- codice magazzino
-
-
-
-
- descrizione
-
-
-
-
- Contiene i campi di MAG_NEW
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- descrizione articolo
-
-
- riga impianto
-
-
- codice impianto
-
-
- note
-
-
- cpccchk
-
-
- descrizione per ogni articolo (se abilitata da configurazioni)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- descrizione articolo
-
-
- riga impianto
-
-
- codice impianto
-
-
- note
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Manutenzioni Programmate
-
-
-
-
- MANPROG: codice intervento (BIM=bimestrale, SEM=semestarle,..)
-
-
-
-
- MANPROG: data prossima manutenzione
-
-
-
-
- MANPROG: descrizione intervento
-
-
-
-
- MANPROG: indirizzo 1 impianto
-
-
-
-
- MANPROG: indirizzo 2 impianto
-
-
-
-
- MANPROG: indirizzo 3 impianto
-
-
-
-
- MANPROG: indirizzo 4 impianto
-
-
-
-
- MANPROG: indirizzo 5 impianto
-
-
-
-
- MANPROG: localita impianto
-
-
-
-
- MANPROG: cap impianto
-
-
-
-
- MANPROG: comune impianto
-
-
-
-
- MANPROG: matricola impianto
-
-
-
-
- MANPROG: numero impianto
-
-
-
-
- MANPROG: ubicazione impianto
-
-
-
-
- MANPROG: provincia 5 impianto
-
-
-
-
- MANPROG: nazione impianto
-
-
-
-
- MANPROG: codice impianto
-
-
-
-
- MANPROG: tecnico descrizione
-
-
-
-
- MANPROG: tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapportino
-
-
-
-
- RAPP_NEW: seriale buono
-
-
-
-
- RAPP_NEW: flag generato. Rapportino importato in AdHoc
-
-
-
-
- PRESE: codice impianto
-
-
-
-
- PRESE: codice intervento (BIM=bimestrale,SEM=semestrale)
-
-
-
-
- PRESE: data manutenzione
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- Zona Impianto
-
-
- Riferimento Impianto
-
-
-
- Manutenzioni Programmate uscita
-
-
-
-
- MANPROG: codice intervento (BIM=bimestrale, SEM=semestarle,..)
-
-
-
-
- MANPROG: data prossima manutenzione
-
-
-
-
- MANPROG: descrizione intervento
-
-
-
-
- MANPROG: indirizzo 1 impianto
-
-
-
-
- MANPROG: indirizzo 2 impianto
-
-
-
-
- MANPROG: indirizzo 3 impianto
-
-
-
-
- MANPROG: indirizzo 4 impianto
-
-
-
-
- MANPROG: indirizzo 5 impianto
-
-
-
-
- MANPROG: localita impianto
-
-
-
-
- MANPROG: cap impianto
-
-
-
-
- MANPROG: comune impianto
-
-
-
-
- MANPROG: provincia 5 impianto
-
-
-
-
- matricola impianto
-
-
-
-
- numero impianto
-
-
-
-
- ubicazione impianto
-
-
-
-
- MANPROG: nazione impianto
-
-
-
-
- MANPROG: codice impianto
-
-
-
-
- MANPROG: tecnico descrizione
-
-
-
-
- MANPROG: tecnico codice
-
-
-
-
- RAPP_NEW: seriale rapportino
-
-
-
-
- RAPP_NEW: seriale buono
-
-
-
-
- RAPP_NEW: flag generato. Rapportino importato in AdHoc
-
-
-
-
- PRESE: codice impianto
-
-
-
-
- PRESE: codice intervento (BIM=bimestrale,SEM=semestrale)
-
-
-
-
- PRESE: data manutenzione
-
-
-
-
- errore titolo
-
-
-
-
- errore dettaglio
-
-
-
-
- errore status code (200, 500)
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
- Manutenzioni: telefono 1 impianto
-
-
-
-
- Manutenzioni: cliente
-
-
-
- costo chiamata
-
-
- spese viaggio
-
-
- costo orario ordinario
-
-
- costo orario notturno
-
-
- costo orario straordinario
-
-
- costo orario festivo
-
-
- altri dati Manutenzione
-
-
- Azienda di riferimento associata all'impianto (gestione loghi differenti)
-
-
- Zona Impianto
-
-
- Riferimento Impianto
-
-
- indirizzo stampa (html)
-
-
- impianto per lista (html)
-
-
- riferimento impianto (html) su buono
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ViSTA Chiamate
-
-
- Azienda
-
-
- utente destinastario notifica
-
-
- seriale della chiamata
-
-
- data di invio della notifica
-
-
- Uscita chiamataTable+chiamate
-
-
- output di chiamataTable (inserimento in tabella Chiamate)
-
-
- output di Chiamate_out (inserimento in tabella Rapp_new)
-
-
- output di ChiamateSeriale_out (aggiornamento in tabella in tabella PINUMCHI)
-
-
- output di ChiamateSeriale_out (aggiornamento in tabella in tabella cpwarn)
-
-
- output di ChiamateSeriale_out (aggiornamento in tabella in tabella cpwarn)
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- Output ricerca impianti e di ricerca commesse
-
-
- Codice Commessa
-
-
- Descrizione Commessa
-
-
- data fine validita Commessa
-
-
- tipo
-
-
- codice cliente
-
-
- descrizione cliente
-
-
- impianto
-
-
- tipo ind
-
-
- indirizzo
-
-
- numero
-
-
- lettera
-
-
- scala
-
-
- localita
-
-
- CAP
-
-
- provincia
-
-
- descrizione
-
-
- elemento lista formato html
-
-
- Error title
-
-
- Error deatail
-
-
- Error code
-
-
-
- Causali pagamento
-
-
-
- codice pagamento
-
-
- descrizione pagamento
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tabella PRESA
-
-
-
- Azienda
-
-
- Impianto
-
-
- Codice intervento QUI=? SEM=SEMESTRALE
-
-
- Tecnico
-
-
- data della manutenzione
-
-
- Zona manutenzione
-
-
- check presa
-
-
- cpccchk
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- tabella progressivi
-
-
- Azienda
-
-
- stringa definisce il tipo di progressivo da gestire
-
-
- valore progressivo
-
-
- Azienda
-
-
- stringa definisce il tipo di progressivo da gestire
-
-
- valore progressivo
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- Rappmast: storico interventi per tecnico
-
-
- Seriale rapportini
-
-
- Causale
-
-
- Azienda
-
-
- Impianto
-
-
- Lavoro
-
-
- fase Lavoro
-
-
- tipo cliente
-
-
- codice cliente
-
-
- contratto manutenzione
-
-
- verbale
-
-
- azienda chiamata
-
-
- chiamata
-
-
- esercizio
-
-
- codice giro
-
-
- intervento giro
-
-
- numero rapportino
-
-
- serie rapportino
-
-
- data rapportino
-
-
- flag da fatturare
-
-
- flag fatturabile
-
-
- utente fatturabile
-
-
- data fatturabilitÃ
-
-
- codice pagamento
-
-
- azienda tecnico 1
-
-
- tecnico 1
-
-
- azienda tecnico 2
-
-
- tecnico 2
-
-
- azienda tecnico 3
-
-
- tecnico 3
-
-
- tecnici fatturabili
-
-
- Ore fatturabili
-
-
- giornate fatturabili
-
-
- Importo unitario
-
-
- servizio assistenza
-
-
- Importo totale
-
-
- descrizione
-
-
- Note
-
-
- Servizio dir. fisso
-
-
- descrizione dir. fisso
-
-
- Importo dir. fisso
-
-
- Importo dir. fisso
-
-
- servizio viaggio
-
-
- descrizione viaggio
-
-
- Importo viaggio
-
-
- Totale viaggio
-
-
- descrizione meteriale
-
-
- Note meteriale
-
-
- Importo materiali
-
-
- Descrizione intervento
-
-
- Note intervento
-
-
- Riferimento cliente
-
-
- Listino costi
-
-
- centro di costo
-
-
- commessa
-
-
- Zona analitica
-
-
- Seriale doc attivo
-
-
- Seriale doc passivo
-
-
- Seriale doc passivo
-
-
- Stato rapportino (Controllato S/N)
-
-
- Tipo intervento (Reperibile S/N)
-
-
- Modalita fatturazione
-
-
- Servizio per fatture a corpo
-
-
- Listino per fatture a corpo
-
-
- Importo servizio a corpo
-
-
- percentuale ricarico costi materiali
-
-
- descrizione servizio a corpo
-
-
- descrizione suppl servizio a corpo
-
-
- Numerazione automatica
-
-
- U.M. viaggio
-
-
- U.M. assistenza
-
-
- flag assegnazione tecnico da blocchetto
-
-
- percentuale manodopera
-
-
- importo manodopera a corpo
-
-
- importo materiale a corpo
-
-
- Servizio assistenza ore straordinario
-
-
- Servizio dir. fisso ore straordinario
-
-
- Servizio viaggio straordinario
-
-
- importo straord assistenza
-
-
- importo straord viaggio
-
-
- importo straord dir. fisso
-
-
- ore fatturabili straordinario
-
-
- importo totale straord assistenza
-
-
- importo totale straord viaggio
-
-
- Desc assistenza straordinario
-
-
- Desc dir. fisso straordinario
-
-
- Desc viaggio straordinario
-
-
- Servizio assistenza ore notturno
-
-
- Servizio dir. fisso ore notturno
-
-
- Servizio viaggio notturno
-
-
- importo notturno assistenza
-
-
- importo notturno viaggio
-
-
- importo notturno dir.fisso
-
-
- Ore fatturabili notturno
-
-
- importo totale notturno assistenza
-
-
- importo totale notturno viaggio
-
-
- 77777777
- Desc assistenza notturno
-
-
- Desc dir fisso notturno
-
-
- Desc viaggio notturno
-
-
- servizio assistenza ore festivo
-
-
- servizio dir. fisso ore festivo
-
-
- servizio viaggio festivo
-
-
- importo festivo assistenza
-
-
- importo festivo viaggio
-
-
- importo festivo dir. fisso
-
-
- ore fatturabili festivo
-
-
- importo totale festivo assistenza
-
-
- importo totale festivo viaggio
-
-
- desc assistenza festivo
-
-
- desc dir fisso festivo
-
-
- desc viaggio festivo
-
-
- importo unitario viaggio 2
-
-
- importo totale viaggio 2
-
-
- U.M. viaggio 2
-
-
- Km totali viaggio 2
-
-
- codice intervento
-
-
- Numero ordine
-
-
- ore fatturabili starordinario aiutante
-
-
- ore fatturabili notturne aiutante
-
-
- ore fatturabili festive aiutante
-
-
- importo straordinario aiutante
-
-
- importo notte aiutante
-
-
- importo festivo aiutante
-
-
- servizio assistenza straordinario aiutante
-
-
- descrizione servizio assistenza aiutante
-
-
- descrizione servizio notte aiutante
-
-
- descrizione servizio festivo aiutante
-
-
- servizio festivo aiutante
-
-
- descrizione festivo aiutante
-
-
- importo ore straordinario aiutante
-
-
- importo ore notturne aiutante
-
-
- importo ore festive aiutante
-
-
- periodo
-
-
- numero pasti
-
-
- importo pasti
-
-
-
-
-
- flag forza ore lavoro
-
-
- flag forza impianto
-
-
-
-
-
-
-
- Seriale
-
-
-
-
- Azienda
-
-
-
-
- Codice Impianto
-
-
-
-
- Seriale chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Data rapportino
-
-
-
- Codice Cliente
-
-
- Ragione Sociale
-
-
- ora inizio rapportino
-
-
- ora inizio rapportino
-
-
- min inizio rapportino
-
-
- min inizio rapportino
-
-
- codice chiusura 1
-
-
- codice chiusura 2
-
-
- codice chiusura 3
-
-
- codice chiusura 4
-
-
- codice chiusura 5
-
-
- codice chiusura 6
-
-
- codice chiusura 7
-
-
- codice chiusura 8
-
-
- codice chiusura 9
-
-
- codice chiusura 10
-
-
- descrizione int
-
-
- tecnico
-
-
- firma
-
-
- cod intervento
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapp_New
-
-
-
- Seriale rapportini
-
-
-
-
- Tipo rapportini
-
-
-
-
- Azienda
-
-
-
-
- Codice Impianto
-
-
-
-
- Azienda su cui è la chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Data rapportino
-
-
-
-
- Ora inizio
-
-
-
-
- minuto inizio
-
-
-
-
- Ora fine
-
-
-
-
- Minuto fine
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- descrizione intervento
-
-
-
-
- stato
-
-
-
-
- generato
-
-
-
-
- azienda tecnico
-
-
-
-
- codice tecnico
-
-
-
-
- flag rifiutata
-
-
-
-
- nminativo firma
-
-
-
-
- flag stato In Carico
-
-
-
-
- data validitÃ
-
-
-
-
- pathg immagine buono o firma
-
-
-
-
- seriale del buono
-
-
-
-
- data/ora effettiva del lavoro (nel caso dispositivo offline)
-
-
-
-
- codice_intervento (valido per manutenzioni. Esempio: SEM=semestrale)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Vista Rapp_New
-
-
- Seriale rapportini
-
-
-
- Tipo rapportini
-
-
-
-
- Azienda
-
-
-
-
- Codice Impianto
-
-
-
-
- Azienda su cui è la chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Seriale chiamata
-
-
-
-
- Data rapportino
-
-
-
-
- Ora inizio
-
-
-
-
- minuto inizio
-
-
-
-
- Ora fine
-
-
-
-
- Minuto fine
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- codice chiusura
-
-
-
-
- descrizione intervento
-
-
-
-
- stato
-
-
-
-
- generato
-
-
-
-
- azienda tecnico
-
-
-
-
- codice tecnico
-
-
-
-
- flag rifiutata
-
-
-
-
- nminativo firma
-
-
-
-
- flag stato In Carico
-
-
-
-
- data validitÃ
-
-
-
-
- pathg immagine buono o firma
-
-
-
-
- seriale del buono
-
-
-
-
- data/ora effettiva del lavoro (nel caso dispositivo offline)
-
-
-
-
- codice_intervento (valido per manutenzioni. Esempio: SEM=semestrale)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Form di registrazione
-
-
- tipo
-
-
- Nome
-
-
- Cognome
-
-
- Telefono
-
-
- Cellulare
-
-
- Email
-
-
- Email di conferma
-
-
- Azienda
-
-
- Username
-
-
- Password
-
-
- CittÃ
-
-
- Provincia (sigla)
-
-
- Nazione (sigla)
-
-
- Attivato (S/N)
-
-
- Token registrazione
-
-
- Form registrazione: check 1
-
-
- Form registrazione: check 2
-
-
- Form registrazione: check 3
-
-
- Form registrazione: check 4
-
-
- Richiesta del moduulo Timesheet
-
-
- Richiesta del moduulo Rapportini
-
-
- Ragione sociale
-
-
-
- Contiene i campi di SALDIART
-
-
-
- articolo
-
-
- descrizione articolo
-
-
- magazzino
-
-
- quantita
-
-
- matricola
-
-
- lotto
-
-
- listino
-
-
- articolo del listino
-
-
- data validità listino
-
-
- quantita
-
-
- prezzo
-
-
- sconto1
-
-
- sconto2
-
-
- sconto3
-
-
- sconto4
-
-
- articolo gestito a matricole(S/N)
-
-
- articolo gestito a lotti (S e C=si, N=no)
-
-
- descrizione per ogni articolo (se abilitata da configurazioni)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SAROM_CHIAMATEDbContext
-
-
- SAROM_CHIAMATEDbContext
-
-
- SAROM_CHIAMATEDbContext
-
-
- OnModelCreating
-
-
-
-
-
- Chiusure
-
-
-
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Manutenzioni
-
-
- Manutenzioni
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- A
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Descrizione commessa per SIET
-
-
- seriale Commessa
-
-
- tipo lavorazione
-
-
- centro di costo - ticket
-
-
- Codice commessa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- azienda
-
-
- tecnico
-
-
- zona
-
-
- Inizio sostituzione
-
-
- Fine sostituzione
-
-
- codice sostituzione
-
-
- Storico impianti
-
-
- seriale rapportino
-
-
- seriale rapportino
-
-
- indice riga
-
-
- codice magazzino
-
-
- codice articolo
-
-
- descrizione articolo
-
-
- tipologia movimento (E=eliminato,A=aggiunto,S=sotituito)
-
-
- quantità articolo
-
-
- prezzo articolo
-
-
- codice tecnico
-
-
- descrizione tecnico
-
-
- documento generato
-
-
- note
-
-
- codice lotto articolo
-
-
- matricola articolo
-
-
-
-
-
- codice impianto
-
-
- descrizione impianto
-
-
- azienda impianto
-
-
- tipo indirizzo (via, strada)
-
-
- indirizzo
-
-
- indirizzo numero
-
-
- indirizzo scala
-
-
- indirizzo sottonumero
-
-
- Storico impianti- output
-
-
- (LISTA)data rapportino
-
-
- (LISTA) codice articolo
-
-
- (LISTA) tipologia movimento (E=eliminato,A=aggiunto,S=sotituito)
-
-
- dettaglio movimento impianto
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
-
- Storico interventi New
-
-
-
- (LISTA) codice tecnico
-
-
- (LISTA) descrizione tecnico
-
-
- (LISTA) note esito
-
-
- (LISTA) note esito
-
-
- stato finale
-
-
- esito intervento
-
-
- descrizione intervento
-
-
- firma rapportino
-
-
- seriale chiamata (se chiamata, altrimenti null
-
-
- seriale buono
-
-
- difetti riscontrati
-
-
- lavoro eseguito
-
-
- note intervento
-
-
- ore lavoro
-
-
- costo materiale
-
-
- diritto chiamata
-
-
- anticipo
-
-
- manodopera
-
-
- spese viaggio
-
-
- pagamento
-
-
- codice impianto
-
-
- totale
-
-
- note pagamento
-
-
- tipo intervento
-
-
- rapportino generato in adhoc S/N
-
-
- azienda tecnico
-
-
- azienda impianto
-
-
- azienda chiamata
-
-
- cod chiusura 1
-
-
- cod chiusura 2
-
-
- cod chiusura 3
-
-
- cod chiusura 4
-
-
- cod chiusura 5
-
-
- cod chiusura 6
-
-
- cod chiusura 7
-
-
- cod chiusura 8
-
-
- cod chiusura 9
-
-
- cod chiusura 10
-
-
- des cod chiusura 1
-
-
- des cod chiusura 2
-
-
- des cod chiusura 3
-
-
- des cod chiusura 4
-
-
- des cod chiusura 5
-
-
- des cod chiusura 6
-
-
- des cod chiusura 7
-
-
- des cod chiusura 8
-
-
- des cod chiusura 9
-
-
- des cod chiusura 10
-
-
- des supp cod chiusura 1
-
-
- des supp cod chiusura 2
-
-
- des supp cod chiusura 3
-
-
- des supp cod chiusura 4
-
-
- des supp cod chiusura 5
-
-
- des supp cod chiusura 6
-
-
- des supp cod chiusura 7
-
-
- des supp cod chiusura 8
-
-
- des supp cod chiusura 9
-
-
- des supp cod chiusura 10
-
-
- seriale rapportino
-
-
- codice intervento manutenzione
-
-
- descrizione intervento manutenzione
-
-
- descrizione suppl. intervento manutenzione
-
-
- descrizione suppl. codice intervento manutenzione
-
-
- codice segnalazione chiamata
-
-
- tipo indirizzo (via, strada)
-
-
- indirizzo
-
-
- indirizzo numero
-
-
- indirizzo scala
-
-
- indirizzo sottonumero
-
-
- ViSTA Chiamate
-
-
- (LISTA) codice tecnico
-
-
- (LISTA) descrizione tecnico
-
-
- (LISTA) note esito
-
-
- (LISTA) note esito
-
-
- dettaglio rapportino
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- Tabelle di Dominio
-
-
- lista causali rapportino
-
-
- lista causali pagamento
-
-
- stati impianto
-
-
- esito intervento
-
-
-
-
-
-
-
-
-
-
-
- tecnici
-
-
-
- Codice tecnico
-
-
-
-
- Descrizione tecnico
-
-
-
-
- telefono tecnico
-
-
-
-
- Qualifica tecnico chiamatista
-
-
-
-
- Qualifica tecnico manutentore
-
-
-
-
- Azienda tecnico
-
-
-
-
- Qualifica tecnico supervisore
-
-
-
-
- Username tecnico
-
-
-
-
- Password tecnico
-
-
-
-
- Zona tecnico
-
-
-
-
- data inizio attività tecnico
-
-
-
-
- data fine attività tecnico
-
-
-
-
- Flag utente Amministratore per Azienda. Se 1 Amministratore e entra in VT, 0 non entra
-
-
-
-
- (Virtual Task) Contiene i campi di TECNICI
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- costo ordinario
-
-
- costo notturno
-
-
- costo straordinario
-
-
- costo festivo
-
-
- data cancellazione
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rapportini
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tabella Timbrature
-
-
- chiave primaria
-
-
- data
-
-
- ora inizio
-
-
- minuto inizio
-
-
- ora fine
-
-
- minuto fine
-
-
- SERIALE commessa
-
-
- ore viaggio
-
-
- totale ore
-
-
- giorno settimana
-
-
- azienda
-
-
- tecnico
-
-
- cpccchk
-
-
- note
-
-
- Timbrature OUT
-
-
- id: chiave
-
-
- data
-
-
- ora inizio
-
-
- minuto inizio
-
-
- ora fine
-
-
- minuto fine
-
-
- commessa
-
-
- ore viaggio
-
-
- giorno settimana
-
-
- azienda
-
-
- tecnico
-
-
- errore titolo
-
-
- errore dettaglio
-
-
- errore status code (200, 500)
-
-
- note
-
-
- token di login sul device
-
-
- id
-
-
- tenant azienda
-
-
- utente login
-
-
- token device
-
-
- timestamp inserimento
-
-
- TokenDbContext
-
-
- conf
-
-
- ConfigurazioniDbContext
-
-
- OnModelCreating
-
-
- token di login sul device- output
-
-
- tenant azienda
-
-
- utente login
-
-
- token device
-
-
- timestamp inserimento
-
-
- Error Message
-
-
- Error Message detail
-
-
- Status
-
-
- response
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Questo db context serve per creare l'eleco delle commesse da fornire all'APP
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Configuration
-
-
- Startup
-
-
- Costruttore
-
-
-
-
-
-
-
-
-
-
-
- tenant azienda
-
-
- utente login
-
-
- token device
-
-
- title
-
-
- body
-
-
- not
-
-
- Startup
-
-
- Configuration
-
-
- Startup
-
-
- ConfigureServices
-
-
- Configure:This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
-
-
-
diff --git a/ApiPolo/bin/Release/net6.0/Cronos.dll b/ApiPolo/bin/Release/net6.0/Cronos.dll
deleted file mode 100644
index 7bb2380..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Cronos.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/FirebaseAdmin.dll b/ApiPolo/bin/Release/net6.0/FirebaseAdmin.dll
deleted file mode 100644
index 0af156d..0000000
Binary files a/ApiPolo/bin/Release/net6.0/FirebaseAdmin.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Google.Api.Gax.Rest.dll b/ApiPolo/bin/Release/net6.0/Google.Api.Gax.Rest.dll
deleted file mode 100644
index af4cdcc..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Google.Api.Gax.Rest.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Google.Api.Gax.dll b/ApiPolo/bin/Release/net6.0/Google.Api.Gax.dll
deleted file mode 100644
index 54f31f7..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Google.Api.Gax.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Google.Apis.Auth.dll b/ApiPolo/bin/Release/net6.0/Google.Apis.Auth.dll
deleted file mode 100644
index 37d62a6..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Google.Apis.Auth.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Google.Apis.Core.dll b/ApiPolo/bin/Release/net6.0/Google.Apis.Core.dll
deleted file mode 100644
index d64ed54..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Google.Apis.Core.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Google.Apis.dll b/ApiPolo/bin/Release/net6.0/Google.Apis.dll
deleted file mode 100644
index aae24f5..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Google.Apis.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Humanizer.dll b/ApiPolo/bin/Release/net6.0/Humanizer.dll
deleted file mode 100644
index df62d3f..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Humanizer.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll b/ApiPolo/bin/Release/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll
deleted file mode 100644
index 927529e..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.AspNetCore.Authentication.Negotiate.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll b/ApiPolo/bin/Release/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll
deleted file mode 100644
index 85586ae..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.AspNetCore.Connections.Abstractions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index 30cb199..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Data.SqlClient.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index 3114e92..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll
deleted file mode 100644
index c0bf058..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Design.dll b/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Design.dll
deleted file mode 100644
index 9795c0d..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Design.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Relational.dll b/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Relational.dll
deleted file mode 100644
index b1f7d91..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll
deleted file mode 100644
index ba97f6b..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.dll b/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.dll
deleted file mode 100644
index ae94b8b..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 42eb85f..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Extensions.Features.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Extensions.Features.dll
deleted file mode 100644
index 71bca4a..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Extensions.Features.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Identity.Client.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Identity.Client.dll
deleted file mode 100644
index c01fcbf..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Identity.Client.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll b/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100644
index 70b84f2..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Logging.dll b/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Logging.dll
deleted file mode 100644
index 7ecc3be..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100644
index d925b5b..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Protocols.dll b/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100644
index 17423cc..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Tokens.dll b/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100644
index dd66624..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.OpenApi.dll b/ApiPolo/bin/Release/net6.0/Microsoft.OpenApi.dll
deleted file mode 100644
index 14f3ded..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.OpenApi.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Web.Infrastructure.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Web.Infrastructure.dll
deleted file mode 100644
index 85f1138..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Web.Infrastructure.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Microsoft.Win32.SystemEvents.dll b/ApiPolo/bin/Release/net6.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index e27fe8d..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Newtonsoft.Json.dll b/ApiPolo/bin/Release/net6.0/Newtonsoft.Json.dll
deleted file mode 100644
index d035c38..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Newtonsoft.Json.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Renci.SshNet.dll b/ApiPolo/bin/Release/net6.0/Renci.SshNet.dll
deleted file mode 100644
index 181b7b2..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Renci.SshNet.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/SshNet.Security.Cryptography.dll b/ApiPolo/bin/Release/net6.0/SshNet.Security.Cryptography.dll
deleted file mode 100644
index 2761fd1..0000000
Binary files a/ApiPolo/bin/Release/net6.0/SshNet.Security.Cryptography.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll
deleted file mode 100644
index 88995c9..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
deleted file mode 100644
index 6afe2f0..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
deleted file mode 100644
index 0f538a7..0000000
Binary files a/ApiPolo/bin/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Configuration.ConfigurationManager.dll b/ApiPolo/bin/Release/net6.0/System.Configuration.ConfigurationManager.dll
deleted file mode 100644
index 6f34b8d..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Configuration.ConfigurationManager.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Release/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index f82bc91..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Drawing.Common.dll b/ApiPolo/bin/Release/net6.0/System.Drawing.Common.dll
deleted file mode 100644
index 69e5f5c..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.IO.Pipelines.dll b/ApiPolo/bin/Release/net6.0/System.IO.Pipelines.dll
deleted file mode 100644
index 8ee4dfd..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.IO.Pipelines.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll b/ApiPolo/bin/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100644
index efd3c61..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Runtime.Caching.dll b/ApiPolo/bin/Release/net6.0/System.Runtime.Caching.dll
deleted file mode 100644
index 6fedfab..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Runtime.Caching.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Security.Cryptography.ProtectedData.dll b/ApiPolo/bin/Release/net6.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100644
index a60b95b..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Security.Permissions.dll b/ApiPolo/bin/Release/net6.0/System.Security.Permissions.dll
deleted file mode 100644
index 76faf41..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Security.Permissions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Web.Helpers.dll b/ApiPolo/bin/Release/net6.0/System.Web.Helpers.dll
deleted file mode 100644
index 5979bab..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Web.Helpers.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Web.Mvc.dll b/ApiPolo/bin/Release/net6.0/System.Web.Mvc.dll
deleted file mode 100644
index 781deee..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Web.Mvc.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Web.Razor.dll b/ApiPolo/bin/Release/net6.0/System.Web.Razor.dll
deleted file mode 100644
index a992c65..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Web.Razor.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Web.WebPages.Deployment.dll b/ApiPolo/bin/Release/net6.0/System.Web.WebPages.Deployment.dll
deleted file mode 100644
index 295581a..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Web.WebPages.Deployment.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Web.WebPages.Razor.dll b/ApiPolo/bin/Release/net6.0/System.Web.WebPages.Razor.dll
deleted file mode 100644
index 6d830f3..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Web.WebPages.Razor.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Web.WebPages.dll b/ApiPolo/bin/Release/net6.0/System.Web.WebPages.dll
deleted file mode 100644
index 4a910af..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Web.WebPages.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/System.Windows.Extensions.dll b/ApiPolo/bin/Release/net6.0/System.Windows.Extensions.dll
deleted file mode 100644
index 7f075b2..0000000
Binary files a/ApiPolo/bin/Release/net6.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/appsettings.Development.json b/ApiPolo/bin/Release/net6.0/appsettings.Development.json
deleted file mode 100644
index 0c208ae..0000000
--- a/ApiPolo/bin/Release/net6.0/appsettings.Development.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- }
-}
diff --git a/ApiPolo/bin/Release/net6.0/appsettings.json b/ApiPolo/bin/Release/net6.0/appsettings.json
deleted file mode 100644
index 9af0806..0000000
--- a/ApiPolo/bin/Release/net6.0/appsettings.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "ConnectionStrings": {
-
- //connessione non sicura: Encrypt=False
-
- /*"ApiStr": "Data Source=172.25.30.1;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "ApiStr": "Data Source=MARCO_PC\\SQL_2022;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"FERRA": "Data Source=10.0.0.10;Initial Catalog=AHR60_FERRARI;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "FERRA": "Data Source=37.159.179.14;Initial Catalog=AHR80_TEST;User Id=AppPolo; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;Encrypt=False;Trust Server Certificate=True",
-
- "MARRO": "Data Source=172.25.30.177;Initial Catalog=R80_MARROCCO_TEST;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- /*"MARRO": "Data Source=172.25.30.177;Initial Catalog=R80_MARROCCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- /*"MARRO": "Data Source=poloinformatico57.clienti.init-s.it;Initial Catalog=R80_MARROCCO;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
-
- "GITSR": "Data Source=172.25.30.177;Initial Catalog=R80_GITSR;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "GITSR_MARRO": "Data Source=172.25.30.177;Initial Catalog=R80_MARROCCO;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "LIFTA": "Data Source=172.25.30.177;Initial Catalog=R80_LIFTA;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "LIFTA_MARRO": "Data Source=172.25.30.177;Initial Catalog=R80_MARROCCO;User Id=app; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"SICILIA": "Data Source=10.0.0.10;Initial Catalog=AHR_SICILIA;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "SICILIA": "Data Source=studioliuzzo.selfip.net;Initial Catalog=AHR_TEST_APP;User Id=sa; Password=1Zucchetti;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"DISCO": "Data Source=10.0.0.10;Initial Catalog=AHR60_FERRARI_VISTE_DISCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- /*"DISCO": "Data Source=MARCO_PC\\SQL_2022;Initial Catalog=DISCOVERY_80;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- /*"DISCO": "Data Source=discoverylift.dyndns.org;Initial Catalog=DISCOVERY_80;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "DISCO": "Data Source=172.25.30.244;Initial Catalog=DISCOVERY_80;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "SAROM": "Data Source=37.159.179.14;Initial Catalog=AHR60_SAROM_TEST80;User Id=sa; Password=Poloinf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- /*"SAROM": "Data Source=10.0.0.10;Initial Catalog=AHR80_SAROM;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
-
- /*"SINER": "Data Source=10.0.0.10;Initial Catalog=AHR_SINERGO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"*/
- "SINER": "Data Source=ufficio.sinergogroup.it,31433;Initial Catalog=AHR_TECLI;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"SIET2": "Data Source=194.50.74.66;Initial Catalog=R65_SIET;User Id=sa; Password=W1ld1x42;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "SIET2": "Data Source=172.25.30.29;Initial Catalog=R65_SIET;User Id=sa; Password=W1ld1x42;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "PMS": "Data Source=10.0.0.10;Initial Catalog=PMS_DEMO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- /*"VIRTUAL_TASK": "Data Source=MARCO_PC\\SQL_2022;Initial Catalog=VIRTUAL_TASK;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "VIRTUAL_TASK": "Data Source=172.25.30.1;Initial Catalog=VIRTUAL_TASK;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
- "LIFT_WEB": "Data Source=docker1.polo;Initial Catalog= AHRW42_LIFT;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- /*"SYSCOM": "Data Source=docker1.polo;Initial Catalog= AHRW_SYSCOM;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",*/
- "SYSCOM": "Data Source=dbsql01.poloinformatico.it;Initial Catalog= AHRW_SYSCOM;User Id=syscom; Password=4@QLHV?cpVYbr+GB;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-
- "TEDESCO": "Data Source=MARCO_PC\\SQL_2022;Initial Catalog= AHR_TEDESCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
- },
- "JWT": {
- "ValidAudience": "http://localhost:4200",
- "ValidIssuer": "http://localhost:61955",
- "Secret": "ByYM000OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM"
- }
-}
diff --git a/ApiPolo/bin/Release/net6.0/private_key.json b/ApiPolo/bin/Release/net6.0/private_key.json
deleted file mode 100644
index 81ef1c5..0000000
--- a/ApiPolo/bin/Release/net6.0/private_key.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "type": "service_account",
- "project_id": "testpolo-5e86a",
- "private_key_id": "80c027bfe39f398545dd21f60b92dd257bc50bbf",
- "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEuwIBADANBgkqhkiG9w0BAQEFAASCBKUwggShAgEAAoIBAQCpmJDlg4ayXKDh\nb58MgM/IpYlY90ktO5Wg9HrUWoNQrAYKUVReVZxT1ZagvCNDZMRRPsVMYKc60ru/\nVjhjv3igraKO78TjSF9BiWl019KObmVZ1h5mPAsLC2+8hzWSWspRC/Gvnhc5d6/f\nzD1UbVi9gCYaSGoRZjwa79PFYvH0v+CIf3BBxmj7vxD+PEY4p7Eh4J/QOMNGbsJr\nMzODfOGly8Vl7FEHiMLnNZHdNyN5GLgjlCJmH5wKBiPp5H22D0l23GCdDsvlHM1d\n6oF/lLcQF9raXrN7rNRkGgz9KLLz0vMAg/OGi2CK1WRa4CkXElo0fZn74mLoeNu8\neqdQowx/AgMBAAECgf8OSl8P006GS0fVbgAde090mMdnt7e7823xazqlPGj40POx\nWJbDXCo9wZ0UN1h4MLxaHDkWEepOnODr9Vfvog4aV2KkX4/J4Cq47Uj1j4MufUN6\nvCJl6KlOsqgAzRq2g4I/my/CU2tYbE+usIcMurxRzcOxTrHqfEUmkjNqkxBijxMI\nxuybqv3z4/+G3nZIlh9hol1fdx0196QTFNQSGWZOr7EvIuFhxR3vPFvwY1jIvcHP\nmhJtmq/wcTgpTiDGJ5XZk840O7C7K2R3lUWbE3HJjZuLeaq6zOkXfC6sP9rIsC9c\n1o21misyvocSZoupXe8Q9Xf9t/nKCt7n4BmPRkkCgYEA3c1S+EzCp8ll40bBPWFW\n7Z5R3ejOzuluKLI/ztU2tx5uFOSsV6mv7mM6ATWK4CGGkOPmfOitn8AOz0PvuXf/\nzmmhfXwiIR50wbe43VYdFpAb7xMf674YC5ULZ55Jm3IIwsZwAr9EkGtbl1qUuPjp\nIhArtEZcvRqoKRbrWVaJ27MCgYEAw76h8NfydgRFauG++ynQLrQ36oIDigIucIli\nvm0DjR7tzSsgsRkYa4TiCleZnNkRqgUqzCCm3hqndixyLhwwg3l/ZpIOIeAN/wII\nqLO/7mn47gGZgzBn44TaOmI5d78pf04l43/rA6gjMzW0AS51OchZHI4AG4nI3aUu\nmjD+NgUCgYAaHEivKEImBGR1K+gltKbKFEAo8nYeD4bDTbCLRbhKOE/XL9BGBZjL\nZGz4pXfyyJ+RwPJqM+30h2R269V1rPW1M+Qp5IoUAgTWpS0jCTclZ9OSAltYoiks\ne+A603xwyyzS2Q9ok2Gb6rd+itBFMjAnrWWntDzImjG/nI4aF0DlVwKBgB5d2ZOa\nfLPQT9CX+t/OCczlCnOn/dKQKhItThNKqC1hafTVRvoScZZkhAiktGD/z9y3dn86\nZYi5S9dqZ8A9gU00MQ6BhA2/S4yPDTbWw+TBreuGdgFDJirGtnAuQsoP7ukf/4K+\nmn/zupo8L5OrWGZBbYmfgebDxlSURpmHFjjdAoGBAIunnz+KWA/0stDB4FLZt8QS\n7Z9/CytT0F1hVnVieKpWtbhvvoLs+svcvTCvqeQmEUxhiX5r8N4xTjd0MwcyKjRi\ny724SWzJmdplqj5YRHrLGbmAsgqZZg3tAGJROhxH/utxBgfDBkki0if+DKysQAC/\nYJzjNY7HdXC2It0gH5iZ\n-----END PRIVATE KEY-----\n",
- "client_email": "firebase-adminsdk-ypxny@testpolo-5e86a.iam.gserviceaccount.com",
- "client_id": "118193031755958431078",
- "auth_uri": "https://accounts.google.com/o/oauth2/auth",
- "token_uri": "https://oauth2.googleapis.com/token",
- "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
- "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-ypxny%40testpolo-5e86a.iam.gserviceaccount.com"
-}
\ No newline at end of file
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Release/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index a274287..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Release/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index c14a840..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll b/ApiPolo/bin/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
deleted file mode 100644
index 3a19d3d..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/ApiPolo/bin/Release/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index 231e75a..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Release/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 3068646..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Release/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 965f535..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Release/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 227b87b..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/ApiPolo/bin/Release/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
deleted file mode 100644
index 0add8c2..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll
deleted file mode 100644
index 3ebf5d8..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index c49c358..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
deleted file mode 100644
index 9a04b68..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll
deleted file mode 100644
index 3fb4939..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
deleted file mode 100644
index 0269777..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll
deleted file mode 100644
index 175d085..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll and /dev/null differ
diff --git a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100644
index d8f2f45..0000000
Binary files a/ApiPolo/bin/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ