Michele: aggiunto campo PISEQ a pimodgir

This commit is contained in:
michele 2024-09-05 10:00:27 +02:00
parent 10f7958811
commit 63fc5b0f6a
4 changed files with 6 additions and 2 deletions

View File

@ -73,6 +73,7 @@ namespace ApiSoftway.Controllers
gc.Pinumcons = model.Pinumcons;
gc.Piuova = model.Piuova;
gc.Picist = model.Picist;
gc.Piseq = model.Piseq;
using (var transactionGiri = _modgiri_context.Database.BeginTransaction())
{

View File

@ -22,5 +22,6 @@ namespace ApiSoftway.Models
public int? Pinumcons { get; set; }
public decimal? Piuova { get; set; }
public decimal? Picist { get; set; }
public int? Piseq { get; set; }
}
}

View File

@ -21,6 +21,8 @@ namespace ApiSoftway.Models
public int? Pinumcons { get; set; }
public decimal? Piuova { get; set; }
public decimal? Picist { get; set; }
public int? Piseq { get; set; }
/// <summary>errore titolo</summary>
public string? err_title { get; set; }

View File

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