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