diff --git a/ApiPolo/Interfaces/ITenantDbContext.cs b/ApiPolo/Interfaces/ITenantDbContext.cs index bbf59f9..e968f44 100644 --- a/ApiPolo/Interfaces/ITenantDbContext.cs +++ b/ApiPolo/Interfaces/ITenantDbContext.cs @@ -34,7 +34,6 @@ namespace ApiPolo.Interfaces DbSet? Progressivi { get; set; } DbSet? Compo { get; set; } - void UpdateRapps(Rapp_New obj); }