Merge branch 'master' of git.polo:/usr/local/git/ApiSoftway
This commit is contained in:
commit
b157f50921
@ -67,6 +67,13 @@ namespace ApiSoftway.Controllers
|
||||
gc.Piautist = model.Piautist;
|
||||
gc.Pitiprec = model.Pitiprec;
|
||||
gc.Pisergir = model.Pisergir;
|
||||
gc.Picasse = model.Picasse;
|
||||
gc.Pitrasf = model.Pitrasf;
|
||||
gc.Picolli = model.Picolli;
|
||||
gc.Pinumcons = model.Pinumcons;
|
||||
gc.Piuova = model.Piuova;
|
||||
gc.Picist = model.Picist;
|
||||
gc.Piseq = model.Piseq;
|
||||
|
||||
using (var transactionGiri = _modgiri_context.Database.BeginTransaction())
|
||||
{
|
||||
|
||||
@ -6,6 +6,7 @@ namespace ApiSoftway.Models
|
||||
{
|
||||
[Key]
|
||||
public string? Piprogre { get; set; }
|
||||
|
||||
public string? Piserial { get; set; }
|
||||
public DateTime? Pidata { get; set; }
|
||||
public string? Picommit { get; set; }
|
||||
@ -15,5 +16,12 @@ namespace ApiSoftway.Models
|
||||
public string? Pitiprec { get; set; }
|
||||
public string? Pirigele { get; set; }
|
||||
public string ? Pisergir { get; set; }
|
||||
public decimal? Picasse { get; set; }
|
||||
public decimal? Pitrasf { get; set; }
|
||||
public decimal? Picolli { get; set; }
|
||||
public int? Pinumcons { get; set; }
|
||||
public decimal? Piuova { get; set; }
|
||||
public decimal? Picist { get; set; }
|
||||
public int? Piseq { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -15,6 +15,14 @@ namespace ApiSoftway.Models
|
||||
public string? Pitiprec { get; set; }
|
||||
public string? Pirigele { get; set; }
|
||||
public string? Pisergir { get; set; }
|
||||
public decimal? Picasse { get; set; }
|
||||
public decimal? Pitrasf { get; set; }
|
||||
public decimal? Picolli { get; set; }
|
||||
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; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user