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