GoInsp.Core.Model.Inspection.Inspection C# (CSharp) Method

Inspection() private method

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