public Profile(int id, ProfileGroup profileGroup, DateTime updated, DateTime created) : base(id, updated, created, false) { this._profileGroup = profileGroup; }
public ServiceProfileGroupMap(int id, int serviceID, ProfileGroup profileGroup, bool isActive, DateTime updated, DateTime created) : base(id, updated, created, false) { this._serviceID = serviceID; this._profileGroup = profileGroup; this._isActive = isActive; }