Пример #1
0
 public int GetCustomerTypeId(string code)
 {
     return(customerDao.GetCustomerTypeId(code));
 }