Exemplo n.º 1
0
 public TeamRepository(LeagueDbContext context) : base(context)
 {
 }
 public CompetitionRepository(LeagueDbContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public UnitOfWork(LeagueDbContext context)
 {
     this.context = context;
 }