Update controller x usare scoped service x input in modalità connectionFactory x process input

This commit is contained in:
Samuele Locatelli
2026-04-30 15:34:02 +02:00
parent 4d7f527230
commit 0063498f43
24 changed files with 692 additions and 301 deletions
@@ -0,0 +1,8 @@
namespace MP.Data.Repository.Utils
{
public interface IBaseRepository
{
//Task<DataLayerContext> CreateContextAsync();
//Task<bool> SaveChangesAsync(DataLayerContext ctx);
}
}