HospitalLib.Data.Analysis.Analysis C# (CSharp) Method

Analysis() private method

private Analysis ( Template template, Person person, int id ) : System
template Template
person Person
id int
return System
        internal Analysis(Template template, Person person, int id)
            : this(template, person)
        {
            Id = id;
        }

Same methods

Analysis::Analysis ( Template template, Person person ) : System