Ejemplo n.º 1
0
 public List<tasks> tasksGetAll()
 {
     tasksImpl otasksImpl = new tasksImpl();
     return otasksImpl.tasksGetAll();
 }