Exemple #1
0
 public Response DeleteGenre(GEN gen)
 {
     return(_bookServices.DeleteGenre(gen));
 }