Review schema gestione repository x evitare concorrezza contesto DbContext
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public interface IBaseRepository
|
||||
{
|
||||
Task<bool> SaveChangesAsync();
|
||||
//Task<DataLayerContext> CreateContextAsync();
|
||||
//Task<bool> SaveChangesAsync(DataLayerContext ctx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user