GoInsp.Core.Model.Inspection.Inspection C# (CSharp) Метод

Inspection() приватный Метод

private Inspection ( ) : System
Результат System
        public Inspection()
        {
            Files = new HashSet<File>();
            Locations = new HashSet<Location>();
            QuestionInstances = new HashSet<QuestionInstance>();
        }
Inspection