示例#1
0
 public static void AddBusiness(Customer cust, BusinessAccount account)
 {
     CustomerDAL.AddBusiness(cust, account);
 }