Esempio n. 1
0
 public System.Threading.Tasks.Task <bool> DeleteAuthorAsync(ClientApplication.ServiceReference.AuthorDTO obj)
 {
     return(base.Channel.DeleteAuthorAsync(obj));
 }
Esempio n. 2
0
 public bool DeleteAuthor(ClientApplication.ServiceReference.AuthorDTO obj)
 {
     return(base.Channel.DeleteAuthor(obj));
 }