コード例 #1
0
 public async Task <T> GetwithoutToken <T>(string url)
 {
     return(await restService.GetwithoutToken <T>(url));
 }