public FeedRepository(LiveGameContext context)
     : base(context)
 {
 }
 public EntityBaseRepository(LiveGameContext context)
 {
     _context = context;
 }
Exemple #3
0
 public MatchRepository(LiveGameContext context) : base(context)
 {
 }