コード例 #1
0
 public virtual int AddCustomer(Customer customer)
 {
     return(baseBL.InsertCustomer(customer));
 }