Exemplo n.º 1
0
 public GebruikerRepository(DobbyDbContext context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public SpelerRepository(DobbyDbContext context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public ContactRepository(DobbyDbContext context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public BerichtRepository(DobbyDbContext context)
     : base(context)
 {
 }
Exemplo n.º 5
0
 public async Task <int> CommitAsync()
 {
     return(await DobbyDbContext.SaveChangesAsync());
 }
Exemplo n.º 6
0
 public PartijRepository(DobbyDbContext context)
     : base(context)
 {
 }