Пример #1
0
 public async Task <bool> UpdateApp(AppDto app)
 {
     return(await appsService.Update(app, LoggedUser?.Token));
 }