Spostamento classe DCCDecode

This commit is contained in:
Samuele Locatelli
2021-10-18 16:36:07 +02:00
parent a54fbd94e5
commit ac23626fa2
2 changed files with 5 additions and 4 deletions
@@ -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;
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
// </Auto-Generated>
namespace GPW.Api
namespace GPW.Data
{
public class DCCDecode
{
@@ -38,14 +38,14 @@ namespace GPW.Api
{
/// <summary>
/// Firstname
/// Cognome
/// </summary>
public string fn { get; set; }
public string fnt { get; set; }
/// <summary>
/// Name
/// Nome
/// </summary>
public string gn { get; set; }