示例#1
0
 protected async Task <ResponseConsult <T> > DeleteAsync <T>(string _path)
 {
     return(await APIConnector.DeleteAsync <T>(_path));
 }