ATMLModelLibrary.model.test.TestResultsPersonnel.TestResultsPersonnel C# (CSharp) Метод

TestResultsPersonnel() публичный Метод

public TestResultsPersonnel ( ) : ATMLModelLibrary.model.common
Результат ATMLModelLibrary.model.common
        public TestResultsPersonnel()
        {
            this._systemOperator = new Person();
            this._qualityAssurance = new Person();
            this._customerRepresentative = new Person();
        }