diff --git a/GPW.Api/GPW.Api/Controllers/VC19Controller.cs b/GPW.Api/GPW.Api/Controllers/VC19Controller.cs index def2d44..4fb35ee 100644 --- a/GPW.Api/GPW.Api/Controllers/VC19Controller.cs +++ b/GPW.Api/GPW.Api/Controllers/VC19Controller.cs @@ -1,4 +1,5 @@ -using Microsoft.AspNetCore.Http; +using GPW.Data; +using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using System; diff --git a/GPW.Api/GPW.Api/DCCDecode.cs b/GPW.Api/GPW.Data/DCCDecode.cs similarity index 94% rename from GPW.Api/GPW.Api/DCCDecode.cs rename to GPW.Api/GPW.Data/DCCDecode.cs index a8de3bf..664931b 100644 --- a/GPW.Api/GPW.Api/DCCDecode.cs +++ b/GPW.Api/GPW.Data/DCCDecode.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; // // This is here so CodeMaid doesn't reorganize this document // -namespace GPW.Api +namespace GPW.Data { public class DCCDecode { @@ -38,14 +38,14 @@ namespace GPW.Api { /// - /// Firstname + /// Cognome /// public string fn { get; set; } public string fnt { get; set; } /// - /// Name + /// Nome /// public string gn { get; set; }