Exemplo n.º 1
0
 public async Task <bool> DeleteWant(int id)
 {
     return(await _restManager.DeleteWantAsync(id));
 }