public GroupMemberModel(Guid id, string firstName, string lastName, string emailAddress, bool active, string password, DateTime birthDate, IEnumerable <CommitteeModel> committees, MembershipTypeModel membershipType) : base(id, firstName, lastName, emailAddress, active, password, birthDate) { Committees = committees; MembershipType = membershipType; }
public GroupMemberModel(Guid id, string firstName, string lastName, string emailAddress, bool active, string password, DateTime birthDate, IEnumerable<CommitteeModel> committees, MembershipTypeModel membershipType) : base(id, firstName, lastName, emailAddress, active, password, birthDate) { Committees = committees; MembershipType = membershipType; }