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