Exemplo n.º 1
0
 public static OrderPropertiesWrapper CreateOrderPropertiesWrapper(int ID, int classesAmount, byte[] rowVersion)
 {
     OrderPropertiesWrapper orderPropertiesWrapper = new OrderPropertiesWrapper();
     orderPropertiesWrapper.Id = ID;
     orderPropertiesWrapper.ClassesAmount = classesAmount;
     orderPropertiesWrapper.RowVersion = rowVersion;
     return orderPropertiesWrapper;
 }
Exemplo n.º 2
0
 public void AddToOrderPropertiesWrappers(OrderPropertiesWrapper orderPropertiesWrapper)
 {
     base.AddObject("OrderPropertiesWrappers", orderPropertiesWrapper);
 }