Exemplo n.º 1
0
 public bool Active(int id, bool active)
 {
     return(_subTaskService.Active(id, active));
 }