Example #1
0
 public ConfigurationRepository(CalendarServiceContext context)
 {
     this.context = context;
 }
Example #2
0
 public ReminderRepository(CalendarServiceContext calendarServiceContext)
 {
     context = calendarServiceContext;
 }