GoInsp.Core.Model.Inspection.Inspection C# (CSharp) Méthode

Inspection() private méthode

private Inspection ( ) : System
Résultat System
        public Inspection()
        {
            Files = new HashSet<File>();
            Locations = new HashSet<Location>();
            QuestionInstances = new HashSet<QuestionInstance>();
        }
Inspection