Example #1
0
 public Position(iShelf inshelf, int positionid)
 {
     positionID = positionid;
     inShelf    = inshelf;
 }
Example #2
0
 public Position(iShelf inshelf, int positionid, List <string> assignedskus)
 {
     positionID   = positionid;
     inShelf      = inshelf;
     assignedSkus = assignedskus;
 }