public static async Task <JsonContentSummaries> Get() => await HttpDataProviderHelper.Get <JsonContentSummaries>(HttpDataProviderHelper.Act1204);
 public static async Task <byte[]> Get(int?contentId) => await HttpDataProviderHelper.GetByteArray(HttpDataProviderHelper.Act1107(contentId));
 public static async Task <JsonContentDetail> Get(int?contentId) => await HttpDataProviderHelper.Get <JsonContentDetail>(HttpDataProviderHelper.Act1206(contentId));
Пример #4
0
 public static async Task <JsonDataVersions> Get() => await HttpDataProviderHelper.Get <JsonDataVersions>(HttpDataProviderHelper.Act1402);
Пример #5
0
 public static async Task <byte[]> Get() => await HttpDataProviderHelper.GetByteArray(HttpDataProviderHelper.Act1105);