MICHELE: aggiunto campo PISERGIR su model modiir

This commit is contained in:
michele 2024-07-23 15:08:18 +02:00
parent a62394bcb7
commit 9e8d235924
4 changed files with 6 additions and 3 deletions

View File

@ -66,6 +66,7 @@ namespace ApiSoftway.Controllers
gc.Pitarga = model.Pitarga;
gc.Piautist = model.Piautist;
gc.Pitiprec = model.Pitiprec;
gc.Pisergir = model.Pisergir;
using (var transactionGiri = _modgiri_context.Database.BeginTransaction())
{

View File

@ -14,5 +14,6 @@ namespace ApiSoftway.Models
public string? Piautist { get; set; }
public string? Pitiprec { get; set; }
public string? Pirigele { get; set; }
public string ? Pisergir { get; set; }
}
}

View File

@ -14,6 +14,7 @@ namespace ApiSoftway.Models
public string? Piautist { get; set; }
public string? Pitiprec { get; set; }
public string? Pirigele { get; set; }
public string? Pisergir { get; set; }
/// <summary>errore titolo</summary>
public string? err_title { get; set; }

View File

@ -71,5 +71,5 @@ app.UseAuthorization();
app.MapControllers();
//app.Run();
app.Run("http://localhost:6000");
app.Run();
//app.Run("http://localhost:6000");