Esempio n. 1
0
 public UserRepository(TerkwazDbContext context)
 {
     _context = context ?? throw new ArgumentNullException("Context is Null");
 }
Esempio n. 2
0
 public BlogRepository(TerkwazDbContext context)
 {
     _context = context ?? throw new ArgumentNullException("DbContext is null");
 }