public SeedDataService(CalendarDatabaseContext context) { _context = context; }
public AppointmentService(CalendarDatabaseContext context, IMapper mapper) { _context = context; _mapper = mapper; }