Example #1
0
 public PackListModel(Guid id, Guid userId)
 {
     Entity = new PackListEntity(id, userId);
 }
Example #2
0
 public PackListModel(PackListEntity entity)
 {
     Entity = entity;
 }