Example #1
0
 public Sonluk.UI.Model.MM.ScheduleRequisitionService.ScheduleLineInfo[] ItemRead(Sonluk.UI.Model.MM.ScheduleRequisitionService.ScheReqInfo keyword)
 {
     return(base.Channel.ItemRead(keyword));
 }
Example #2
0
 public Sonluk.UI.Model.MM.ScheduleRequisitionService.ScheReqInfo[] Select(Sonluk.UI.Model.MM.ScheduleRequisitionService.ScheReqInfo keyword)
 {
     return(base.Channel.Select(keyword));
 }
Example #3
0
 public bool Update(Sonluk.UI.Model.MM.ScheduleRequisitionService.ScheReqInfo node)
 {
     return(base.Channel.Update(node));
 }
Example #4
0
 public string Create(Sonluk.UI.Model.MM.ScheduleRequisitionService.ScheReqInfo node)
 {
     return(base.Channel.Create(node));
 }