Beispiel #1
0
 public List <PosExt> GetRestPosExt(string posId, string storeID = "")
 {
     return(PosDAL.GetRestPosExt(posId, storeID));
 }