Ejemplo n.º 1
0
 public bool DeleteFinish(int id)
 {
     return(_todoService.DeleteFinish(id));
 }