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