Beispiel #1
0
 public string GetBatchNumber(string prefix = "LS", string storeID = null)
 {
     storeID = storeID ?? UserInfo.Instance.StoreID.ToString();
     return(PosDAL.GetBatchNumber(prefix, storeID));
 }