Exemple #1
0
 public GenericRepository(FSightContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Exemple #2
0
 public UnitOfWork(FSightContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }