Beispiel #1
0
 public System.Threading.Tasks.Task <AegisLibraryService.Model.AuthorType> AddAuthorAsync(AegisLibraryService.Model.AuthorType author)
 {
     return(base.Channel.AddAuthorAsync(author));
 }
Beispiel #2
0
 public AegisLibraryService.Model.AuthorType AddAuthor(AegisLibraryService.Model.AuthorType author)
 {
     return(base.Channel.AddAuthor(author));
 }