Example #1
0
 public bool tasksDelete(int TaskId)
 {
     tasksImpl otasksImpl = new tasksImpl();
     return otasksImpl.tasksDelete( TaskId);
 }