Example #1
0
 public PO CreateFakePO(int orderTypeId, int StoreId, int?SupplierId, string remark, int userID)
 {
     return(PO.CreatePOforStandard(orderTypeId, StoreId, SupplierId, remark, userID));
 }