Beispiel #1
0
 public Company GetCompanyById(int Id)
 {
     CompanyDAO companyDAO = new CompanyDAO();
     return companyDAO.GetCompanyById(Id);
 }