diff --git a/ApiPolo/Controllers/PoloController.cs b/ApiPolo/Controllers/PoloController.cs index d0b2449..0500d31 100644 --- a/ApiPolo/Controllers/PoloController.cs +++ b/ApiPolo/Controllers/PoloController.cs @@ -2177,6 +2177,8 @@ namespace ApiPolo.Controllers _timbrature = _Sys_timbr.Timbr; break; case Clienti.Marrocco: + case Clienti.Gitoga: + case Clienti.Lifta: _timbrature = _Marro_timbr.Timbr; break; default: @@ -12315,7 +12317,9 @@ namespace ApiPolo.Controllers transactionsys.Commit(); } break; - case Clienti.Marrocco: + case Clienti.Marrocco: + case Clienti.Gitoga: + case Clienti.Lifta: using (var transactionMarro = _Marro_timbr.Database.BeginTransaction()) { await _Marro_timbr.Timbr.AddAsync(t);