Пример #1
0
 public CustomerTypeBO GetCustomerTypeById(int id)
 {
     return(customerDao.GetCustomerTypeById(id));
 }