Exemplo n.º 1
0
 public async Task <bool> Delete(TInfo info, CancellationToken token = new CancellationToken())
 {
     return(await ControllerPath.SendJsonAsync(HttpMethod.Delete, info, token).ReceiveJson <bool>());
 }