public EventRepository(IWebCalendarDbContext context) { _context = context; }
public FileRepository(IWebCalendarDbContext context) { _context = context; }
public CalendarItemRepository(IWebCalendarDbContext context) { _context = context; }
public UserRepository(IWebCalendarDbContext context) { _context = context; }