Example #1
0
 public MySqlDataReader readpro(Model.product  myorder)
 {
     DALshoplist2DAL dall = new DALshoplist2DAL();
     return dall.readpro(myorder);
 }
Example #2
0
 public int insertdetail(Model.orderdetail  myorderdetail)
 {
     DALshoplist2DAL dall = new DALshoplist2DAL();
     return dall.insertdetail(myorderdetail);
 }
Example #3
0
 public MySqlDataReader readaddress(Model.address myaddress)
 {
     DALshoplist2DAL dall = new DALshoplist2DAL ();
     return dall.readaddress(myaddress);
 }
Example #4
0
 public int insert(Model.order myorder)
 {
     DALshoplist2DAL dall = new DALshoplist2DAL();
     return dall.insert(myorder);
 }