Exemplo n.º 1
0
 public async Task <Response> RemoveBook(string id)
 {
     return(await bookBal.Delete(id));
 }