Exemplo n.º 1
0
 public void Load(ITaskFacadeService taskService)
 {
     TaskList = taskService.GetAll();
 }
Exemplo n.º 2
0
 public TasksController(ITaskFacadeService taskService)
 {
     this.taskService = taskService;
 }