Exemplo n.º 1
0
        public CreatePerson(CreateEntity createEntity)
        {
            PersonCivility = createEntity.PersonCivility;

            PersonLastName = createEntity.PersonLastName;

            PersonFirstName = createEntity.PersonFirstName;

            PersonPhoneNumber = createEntity.PersonPhoneNumber;

            PersonMobilePhoneNumber = createEntity.PersonMobilePhoneNumber;

            PersonEmail1 = createEntity.PersonEmail1;

            PersonEmail2 = createEntity.PersonEmail2;

            PersonBirthDate = createEntity.PersonBirthDate;

            PersonRoadType = createEntity.PersonRoadType;

            PersonRoadName = createEntity.PersonRoadName;

            PersonRoadNumber = createEntity.PersonRoadNumber;

            PersonPostBox = createEntity.PersonPostBox;

            PersonLieuDit = createEntity.PersonLieuDit;

            PersonAddressComp1 = createEntity.PersonAddressComp1;

            PersonAddressComp2 = createEntity.PersonAddressComp2;

            PersonCedex = createEntity.PersonCedex;

            PersonCityZipCode = createEntity.PersonCityZipCode;

            PersonCityName = createEntity.PersonCityName;

            PersonBirthName = createEntity.PersonBirthName;

            PersonInsc = createEntity.PersonInsc;

            PersonInsa = createEntity.PersonInsa;

            PersonRpps = createEntity.PersonRpps;

            PersonNir = createEntity.PersonNir;

            PersonJob = createEntity.PersonJob;

            SpecialCriteria = createEntity.SpecialCriteria;

            PersonComment = createEntity.PersonComment;
        }
Exemplo n.º 2
0
 public CreateProfile(CreateEntity createEntity)
 {
     AccountId              = createEntity.AccountId;
     ProfileCibleType       = createEntity.ProfileCibleType;
     ProfileParentId        = createEntity.ProfileParentId;
     ProfileAvatar          = createEntity.ProfileAvatar;
     PersonSocietyRole      = createEntity.PersonSocietyRole;
     PersonIdMetier         = createEntity.PersonIdMetier;
     PrestationListId       = createEntity.PrestationListId;
     ProfileSpecialCriteria = createEntity.ProfileSpecialCriteria;
     ProfileSectoring       = createEntity.ProfileSectoring;
 }