Esempio n. 1
0
 public int CreateCompany(Company company)
 {
     return(clientBLL.CreateCompany(company));
 }