Example #1
0
        public tasks tasksGetByEventsDetectionId(int EventsDetectionId)
        {
            tasksImpl otasksImpl = new tasksImpl();

            return(otasksImpl.tasksGetById(EventsDetectionId));
        }
Example #2
0
        public tasks tasksGetById(int TaskId)
        {
            tasksImpl otasksImpl = new tasksImpl();

            return(otasksImpl.tasksGetById(TaskId));
        }