Example #1
0
 public orders()
 {
     dal = new DAL.orders(sysConfig.sysdatabaseprefix);
 }
Example #2
0
 public orders()
 {
     dal = new DAL.orders(siteConfig.sysdatabaseprefix);
 }