Masonry.Models.PeopleModel.PeopleModel C# (CSharp) Method

PeopleModel() public method

public PeopleModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public PeopleModel()
        {
            Profiles = new UserProfileModel[0];
        }
PeopleModel