Exemplo n.º 1
0
 public GenericDataService(EsportMgmtDatabaseContextFactory databaseContext)
 {
     _context = databaseContext;
 }
 public PlayerDataService(EsportMgmtDatabaseContextFactory dbContext) : base(dbContext)
 {
 }