Exemple #1
0
 public Response DeleteAuthor(AUTOR autor)
 {
     return(_bookServices.DeleteAuthor(autor));
 }