public EventRepository(IWineFestivalContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public VoteRepository(IWineFestivalContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public PersonRepository(IWineFestivalContext context)
 {
     _context = context;
 }