Aggiunta metodi pubblicati
This commit is contained in:
@@ -50,7 +50,8 @@ namespace GPW.Api.Controllers
|
||||
{
|
||||
DTRecord = DateTime.Now,
|
||||
CheckRecorded = true,
|
||||
TimbrRecorder = true
|
||||
TimbrRecorder = true,
|
||||
Result = $"OK, Check Recorded for {DecodedData.Cognome} {DecodedData.Nome} {DecodedData.DOB:yyyy.MM.dd}"
|
||||
};
|
||||
return answ;
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@ namespace GPW.Api
|
||||
#region Public Properties
|
||||
|
||||
public bool CheckRecorded { get; set; } = true;
|
||||
|
||||
public DateTime DTRecord { get; set; } = DateTime.Now;
|
||||
public string Result { get; set; } = "";
|
||||
public bool TimbrRecorder { get; set; } = false;
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
Reference in New Issue
Block a user