示例#1
0
 public async Task DeleteAsync(uint id) =>
 await _http.DeleteAsync("customer", id);
 public async Task <ResponseDataOne <bool> > DeleteAsync(uint id, Action <HttpException> action = null) =>
 await _http.DeleteAsync <ResponseDataOne <bool> >("customer", id, action);