Example #1
0
 public VoteRepository(AwardsContext context)
 {
     _context = context;
 }
 public NominationRepository(AwardsContext context, GraphRepository graphRepository)
 {
     _context         = context;
     _graphRepository = graphRepository;
 }
Example #3
0
 public CategoryRepository(AwardsContext context)
 {
     _context = context;
 }