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