예제 #1
0
 public async Task <List <SBUEntity> > GetSbu(CompanyEntity company)
 {
     return(await _hierarchyService.GetSbu(company.CompanyId));
 }