示例#1
0
 public CalendarEventController()
 {
     dataContext = new DataContext();
     _calendarEventRepository        = new Calendar_EventRepository(dataContext);
     _calendarSubscriptionRepository = new Calendar_SubscriptionRepository(dataContext);
     _eventInviteRepository          = new Event_InviteRepository(dataContext);
     _notificationRepository         = new NotificationRepository(dataContext);
 }