Michele: ModGir aggiunto campo note.
This commit is contained in:
parent
5757cd1aee
commit
7e732fe778
@ -74,6 +74,7 @@ namespace ApiSoftway.Controllers
|
||||
gc.Piuova = model.Piuova;
|
||||
gc.Picist = model.Picist;
|
||||
gc.Piseq = model.Piseq;
|
||||
gc.Pinote = model.Pinote;
|
||||
|
||||
using (var transactionGiri = _modgiri_context.Database.BeginTransaction())
|
||||
{
|
||||
|
||||
@ -23,5 +23,6 @@ namespace ApiSoftway.Models
|
||||
public decimal? Piuova { get; set; }
|
||||
public decimal? Picist { get; set; }
|
||||
public int? Piseq { get; set; }
|
||||
public string? Pinote { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,6 +22,8 @@ namespace ApiSoftway.Models
|
||||
public decimal? Piuova { get; set; }
|
||||
public decimal? Picist { get; set; }
|
||||
public int? Piseq { get; set; }
|
||||
public string? Pinote { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>errore titolo</summary>
|
||||
|
||||
@ -77,5 +77,5 @@ app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
//app.Run();
|
||||
app.Run("http://localhost:6000");
|
||||
app.Run();
|
||||
//app.Run("http://localhost:6000");
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
|
||||
"GESA": "Data Source=10.0.0.10;Initial Catalog=AHRGESA;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
"GESA": "Data Source=windowstest.polo;Initial Catalog=AHRGESA;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
//"GESA": "Data Source=10.0.0.10;Initial Catalog=AHR80_GESA;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
"ApiStr": "Data Source=10.0.0.10;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
|
||||
"ApiStr": "Data Source=windowstest.polo;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
|
||||
},
|
||||
"JWT": {
|
||||
"ValidAudience": "http://localhost:4200",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user