예제 #1
0
 public static StoreBasicInfo QueryStoreBasicInfo(int sellerSysNo)
 {
     return(StoreDA.QueryStoreBasicInfo(sellerSysNo));
 }