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