コード例 #1
0
 public async Task <object> Get(GetAppVersion getAppVersion)
 {
     return(new GetAppVersionResponse()
     {
         AppDtos = await AppBusiness.GetAppVersionsAsync(getAppVersion.AppIds)
     });
 }