Exemplo n.º 1
0
 public System.Threading.Tasks.Task <TextbookManage.WebUI.TextbookService.ResponseView> ModifyAsync(TextbookManage.WebUI.TextbookService.TextbookView textbook)
 {
     return(base.Channel.ModifyAsync(textbook));
 }
Exemplo n.º 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));
 }
Exemplo n.º 3
0
 public TextbookManage.WebUI.TextbookService.ResponseView Modify(TextbookManage.WebUI.TextbookService.TextbookView textbook)
 {
     return(base.Channel.Modify(textbook));
 }
Exemplo n.º 4
0
 public TextbookManage.WebUI.TextbookService.ResponseView Add(TextbookManage.WebUI.TextbookService.TextbookView textbook, string loginName)
 {
     return(base.Channel.Add(textbook, loginName));
 }