MICHELE: aggiunto campo PISERGIR su model modiir
This commit is contained in:
parent
a62394bcb7
commit
9e8d235924
@ -66,7 +66,8 @@ namespace ApiSoftway.Controllers
|
|||||||
gc.Pitarga = model.Pitarga;
|
gc.Pitarga = model.Pitarga;
|
||||||
gc.Piautist = model.Piautist;
|
gc.Piautist = model.Piautist;
|
||||||
gc.Pitiprec = model.Pitiprec;
|
gc.Pitiprec = model.Pitiprec;
|
||||||
|
gc.Pisergir = model.Pisergir;
|
||||||
|
|
||||||
using (var transactionGiri = _modgiri_context.Database.BeginTransaction())
|
using (var transactionGiri = _modgiri_context.Database.BeginTransaction())
|
||||||
{
|
{
|
||||||
await _modgiri_context.Mod.AddAsync(gc);
|
await _modgiri_context.Mod.AddAsync(gc);
|
||||||
|
|||||||
@ -14,5 +14,6 @@ namespace ApiSoftway.Models
|
|||||||
public string? Piautist { get; set; }
|
public string? Piautist { get; set; }
|
||||||
public string? Pitiprec { get; set; }
|
public string? Pitiprec { get; set; }
|
||||||
public string? Pirigele { get; set; }
|
public string? Pirigele { get; set; }
|
||||||
|
public string ? Pisergir { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,6 +14,7 @@ namespace ApiSoftway.Models
|
|||||||
public string? Piautist { get; set; }
|
public string? Piautist { get; set; }
|
||||||
public string? Pitiprec { get; set; }
|
public string? Pitiprec { get; set; }
|
||||||
public string? Pirigele { get; set; }
|
public string? Pirigele { get; set; }
|
||||||
|
public string? Pisergir { get; set; }
|
||||||
|
|
||||||
/// <summary>errore titolo</summary>
|
/// <summary>errore titolo</summary>
|
||||||
public string? err_title { get; set; }
|
public string? err_title { get; set; }
|
||||||
|
|||||||
@ -71,5 +71,5 @@ app.UseAuthorization();
|
|||||||
|
|
||||||
app.MapControllers();
|
app.MapControllers();
|
||||||
|
|
||||||
//app.Run();
|
app.Run();
|
||||||
app.Run("http://localhost:6000");
|
//app.Run("http://localhost:6000");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user