コード例 #1
0
 public List <CompanyCount> AmountOfEmployees()
 {
     return(_companyRepository.AmountOfEmployees());
 }