public EventRepository(IWineFestivalContext context)
 {
     _context = context;
 }
예제 #2
0
 public VoteRepository(IWineFestivalContext context)
 {
     _context = context;
 }
예제 #3
0
 public PersonRepository(IWineFestivalContext context)
 {
     _context = context;
 }