예제 #1
0
 //----------- Async -----------//
 protected async Task <ResponseConsult <T> > GetAsync <T>(string _path)
 {
     return(await APIConnector.GetAsync <T>(_path));
 }