public VacationDao(VacationCalendarDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #2
0
 public CalendarDao(VacationCalendarDbContext context)
 {
     _context = context;
 }