Example #1
0
 public UnitWork(EFCoreDBContext context)
 {
     _context = context;
 }
Example #2
0
 public BaseRepository(EFCoreDBContext context)
 {
     _context = context;
 }