Example #1
0
 public UserRepository(AibelDeelineDbContext db)
 {
     this.db = db ?? throw new ArgumentNullException(nameof(db));
 }