Пример #1
0
 public System.Threading.Tasks.Task <TextbookManage.WebUI.TextbookService.ResponseView> ModifyAsync(TextbookManage.WebUI.TextbookService.TextbookView textbook)
 {
     return(base.Channel.ModifyAsync(textbook));
 }
Пример #2
0
 public System.Threading.Tasks.Task <TextbookManage.WebUI.TextbookService.ResponseView> AddAsync(TextbookManage.WebUI.TextbookService.TextbookView textbook, string loginName)
 {
     return(base.Channel.AddAsync(textbook, loginName));
 }
Пример #3
0
 public TextbookManage.WebUI.TextbookService.ResponseView Modify(TextbookManage.WebUI.TextbookService.TextbookView textbook)
 {
     return(base.Channel.Modify(textbook));
 }
Пример #4
0
 public TextbookManage.WebUI.TextbookService.ResponseView Add(TextbookManage.WebUI.TextbookService.TextbookView textbook, string loginName)
 {
     return(base.Channel.Add(textbook, loginName));
 }