예제 #1
0
 public bool EditCompany(Company company)
 {
     return(clientBLL.EditCompany(company));
 }