public CreationProjectAdBo(bool init) { if (init) { this.PlaceBo = new HashSet <PlaceBo>(); this.PictureCreationProjectBo = new HashSet <PictureCreationProjectBo>(); PersonBo = new PersonBo(true); } }
public EcoRoommateExistingBo(bool init) { if (init) { this.PictureEcoRoommateExBo = new HashSet <PictureEcoRoommateExBo>(); this.RoommateBo = new HashSet <RoommateBo>(); PersonBo = new PersonBo(true); } }
public EventBo(bool init) { if (init) { this.PresenceEventBo = new HashSet <PresenceEventBo>(); this.AssociatedEventBo = new HashSet <AssociatedEventBo>(); this.AssociatedEvent1Bo = new HashSet <AssociatedEventBo>(); PersonBo = new PersonBo(true); } }
public UserBo(bool init) { if (init) { this.Activated = true; PersonBo = new PersonBo(true); AgencyBo = new AgencyBo(true); TypeUser = 2; } }
public UserBo() { PersonBo = new PersonBo(true); }