public GlobalMediaRepository(c__database_futbol_mdfContext context) : base(context)
 {
 }
Exemple #2
0
 public ReportRepository(c__database_futbol_mdfContext context) : base(context)
 {
 }
 public PlayerRepository(c__database_futbol_mdfContext context) : base(context)
 {
 }
Exemple #4
0
 public CompetitionRepository(c__database_futbol_mdfContext context) : base(context)
 {
 }
 public EFRepositoryBase(c__database_futbol_mdfContext context)
 {
     _context = context;
 }