Esempio n. 1
0
        public static Custodian Map(RegisteredUserEntity registeredUserEntity, CommunityOwnerEntity communityOwnerEntity)
        {
            var custodian = registeredUserEntity.MapTo <Custodian>();

            registeredUserEntity.MapTo(custodian);
            custodian.AffiliateId = communityOwnerEntity.communityId;
            return(custodian);
        }
Esempio n. 2
0
 partial void UpdateRegisteredUserEntity(RegisteredUserEntity instance);
Esempio n. 3
0
 partial void DeleteRegisteredUserEntity(RegisteredUserEntity instance);
Esempio n. 4
0
 partial void InsertRegisteredUserEntity(RegisteredUserEntity instance);