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