Example #1
0
 public HttpResponseMessage Delete(int idAutor)
 {
     return(BaseAppService.Delete("http://localhost:5002/api/Livro?idLivro=" + idAutor));
 }
Example #2
0
 public HttpResponseMessage Delete(int idEditora)
 {
     return(BaseAppService.Delete("http://localhost:5002/api/Editora?idEditora=" + idEditora));
 }