public tasks tasksGetByEventsDetectionId(int EventsDetectionId) { tasksImpl otasksImpl = new tasksImpl(); return(otasksImpl.tasksGetById(EventsDetectionId)); }
public tasks tasksGetById(int TaskId) { tasksImpl otasksImpl = new tasksImpl(); return(otasksImpl.tasksGetById(TaskId)); }