ATMLModelLibrary.model.test.TestResultsPersonnel.TestResultsPersonnel C# (CSharp) Method

TestResultsPersonnel() public method

public TestResultsPersonnel ( ) : ATMLModelLibrary.model.common
return ATMLModelLibrary.model.common
        public TestResultsPersonnel()
        {
            this._systemOperator = new Person();
            this._qualityAssurance = new Person();
            this._customerRepresentative = new Person();
        }