示例#1
0
 public List <CustomerDTO> GetCutomerInfo(CustomerParamDTO customerParamDTO)
 {
     return(new ITCircleDAO.ApplicationDAO().GetCutomerInfo(customerParamDTO));
 }
示例#2
0
 public List <CustomerDTO> GetCustomerSearch(CustomerParamDTO CustomerParamDTO)
 {
     return(new ITCircleDAO.ApplicationDAO().CustomerSearch(CustomerParamDTO));
 }