コード例 #1
0
 public tasks tasksGetById(int TaskId)
 {
     tasksImpl otasksImpl = new tasksImpl();
     return otasksImpl.tasksGetById(TaskId);
 }
コード例 #2
0
 public tasks tasksGetByEventsDetectionId(int EventsDetectionId)
 {
     tasksImpl otasksImpl = new tasksImpl();
     return otasksImpl.tasksGetById(EventsDetectionId);
 }