Core.Entities.Person.Person C# (CSharp) Method

Person() public method

public Person ( ) : System
return System
        public Person()
        {
            Links = new List<LinkField>();
            Categories = new List<CategoryField>();
        }