Пример #1
0
 public async Task UpdateApplication(ApplicationInput input)
 {
     await applicationAppService.Update(input);
 }