Example #1
0
 public EventRepository(PartyAtHomesContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public AccountRepository(PartyAtHomesContext context)
 {
     _context = context;
 }