Пример #1
0
 public async Task <Enterprise> EnterpriseTreeAsync(int enterpriseId)
 {
     return(await _enterpriseRepository.GetEnterpriseTreeAsync(enterpriseId));
 }