示例#1
0
 public async Task <AppDto> GetApp(int appId)
 {
     return(await appsService.Get(appId, LoggedUser?.Token));
 }