Michele: aggiunto campo PISEQ a pimodgir
This commit is contained in:
parent
10f7958811
commit
63fc5b0f6a
@ -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())
|
||||
{
|
||||
|
||||
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -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; }
|
||||
|
||||
@ -77,5 +77,5 @@ app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
//app.Run();
|
||||
app.Run("http://localhost:6000");
|
||||
app.Run();
|
||||
//app.Run("http://localhost:6000");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user