Spostamento classe DCCDecode
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user