Exemplo n.º 1
0
 /// <summary>
 /// Updates to model
 /// </summary>
 public void UpdateModel(PartModel model)
 {
     Model   = model;
     Product = new ProductInfoViewModel(model.Product);
     CopyFromModel();
 }