Пример #1
0
 public async Task DeleteApplication(string appId)
 {
     await applicationAppService.DeleteAsync(appId);
 }