Exemplo n.º 1
0
 public List <Company> SelectAllCompaniesOfUserId(uint userId)
 {
     return(companyAccess.SelectAllCompaniesOfUserId(userId));
 }