Esempio n. 1
0
 public async Task <List <CompanyEntity> > GetAllPersonalDetails()
 {
     return(await _hierarchyService.GetAllCompany());
 }