ATMLModelLibrary.model.test.TestResultsPersonnel.TestResultsPersonnel C# (CSharp) Méthode

TestResultsPersonnel() public méthode

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