Пример #1
0
        public bool EditScheduleReasourceAllocation(ScheduleReasourceAllocation sheduleReasourceAllocation)
        {
            _log.logError("");

            return(_repository.Update <ScheduleReasourceAllocation>(sheduleReasourceAllocation));
        }
Пример #2
0
 public ScheduleReasourceAllocation FindScheduleReasourceAllocation(ScheduleReasourceAllocation sheduleReasourceAllocation)
 {
     throw new NotImplementedException();
 }
Пример #3
0
        public bool DeleteScheduleProductAllocation(ScheduleReasourceAllocation sheduleReasourceAllocation)
        {
            _log.logError("");

            return(_repository.Delete <ScheduleReasourceAllocation>(sheduleReasourceAllocation));
        }