Esempio n. 1
0
 public InspectionResult_Print_Class(Model.SelectionWell selectionWell) : base(data.ETypeTemplate.InspectionResult)
 {
     this._selectionWell = selectionWell;
 }
Esempio n. 2
0
 public SelectionWellViewModel(Model.NegotiationAssistant negotiationAssistant, Model.Well well, Model.SelectionWell selectionWell = null)
 {
     this.NegotiationAssistant = negotiationAssistant;
     this.Well          = well;
     this.SelectionWell = selectionWell;
 }