Пример #1
0
 public InspectionResult_Print_Class(Model.SelectionWell selectionWell) : base(data.ETypeTemplate.InspectionResult)
 {
     this._selectionWell = selectionWell;
 }
Пример #2
0
 public SelectionWellViewModel(Model.NegotiationAssistant negotiationAssistant, Model.Well well, Model.SelectionWell selectionWell = null)
 {
     this.NegotiationAssistant = negotiationAssistant;
     this.Well          = well;
     this.SelectionWell = selectionWell;
 }