コード例 #1
0
ファイル: LivroAppService.cs プロジェクト: juninmd/Biblioteca
 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));
 }