예제 #1
0
 public async System.Threading.Tasks.Task <Philadelphia.Common.TranslationItem[]> FetchTranslation(Philadelphia.Demo.SharedModel.SupportedLang p0)
 {
     return(await _httpRequester.RunHttpRequestReturningArray <Philadelphia.Demo.SharedModel.SupportedLang, Philadelphia.Common.TranslationItem>(
                typeof(Philadelphia.Demo.SharedModel.ITranslationsService).FullName,
                "FetchTranslation", p0));
 }
예제 #2
0
 public async System.Threading.Tasks.Task <Philadelphia.Demo.SharedModel.DetailDto[]> FetchDetails()
 {
     return(await _httpRequester.RunHttpRequestReturningArray <Philadelphia.Demo.SharedModel.DetailDto>(
                typeof(Philadelphia.Demo.SharedModel.ISomeService).FullName,
                "FetchDetails"));
 }