Exemplo n.º 1
0
 public TaskController(ICalendarTaskRepository calendarTaskRepository)
 {
     _calendarTaskRepository = calendarTaskRepository;
 }
Exemplo n.º 2
0
 public CalendarService(ICalendarTaskRepository calendarTaskRepository)
 {
     _calendarTaskRepository = calendarTaskRepository;
 }