Esempio n. 1
0
        public bool EditScheduleReasourceAllocation(ScheduleReasourceAllocation sheduleReasourceAllocation)
        {
            _log.logError("");

            return(_repository.Update <ScheduleReasourceAllocation>(sheduleReasourceAllocation));
        }
Esempio n. 2
0
 public ScheduleReasourceAllocation FindScheduleReasourceAllocation(ScheduleReasourceAllocation sheduleReasourceAllocation)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
        public bool DeleteScheduleProductAllocation(ScheduleReasourceAllocation sheduleReasourceAllocation)
        {
            _log.logError("");

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