Example #1
0
 public static int EnableStorePage(int sysno, int SellerSysNo)
 {
     return(StoreDA.EnableStorePage(sysno, SellerSysNo));
 }