Exemplo n.º 1
0
 //新增客户
 public static int CustAdd(Customer cust)
 {
     return(CustomerDAL.CustAdd(cust));
 }