Exemplo n.º 1
0
 public GenericRepository(IPA24Context pA24Context)
 {
     _dbContext = pA24Context;
 }
Exemplo n.º 2
0
 public OrganisationRepository(IPA24Context database) : base(database)
 {
     _database = database;
 }
Exemplo n.º 3
0
 public AuthRepository(IPA24Context database) : base(database)
 {
     _database = database;
 }