예제 #1
0
 public System.Threading.Tasks.Task <bool> CreateAuthorAsync(Library.Mvc.IntegrationServices.AuthorInputDto input)
 {
     return(base.Channel.CreateAuthorAsync(input));
 }
예제 #2
0
 public bool CreateAuthor(Library.Mvc.IntegrationServices.AuthorInputDto input)
 {
     return(base.Channel.CreateAuthor(input));
 }