Exemplo n.º 1
0
 public async Task <ResponseDTO> GetDataAsync(string url)
 {
     return(await _requestBase.CallApiAsync(url));
 }