Esempio n. 1
0
 public bool EditScheduleProductAllocation(ScheduleProductAllocation sheduleProductAllocation)
 {
     _log.logError("");
     return(_repository.Update <ScheduleProductAllocation>(sheduleProductAllocation));
 }
Esempio n. 2
0
 public bool DeleteScheduleProductAllocation(ScheduleProductAllocation sheduleProductAllocation)
 {
     _log.logError("");
     return(_repository.Delete <ScheduleProductAllocation>(sheduleProductAllocation));
 }