Ejemplo 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);
        }
Ejemplo n.º 2
0
 partial void UpdateCommunityOwnerEntity(CommunityOwnerEntity instance);
Ejemplo n.º 3
0
 partial void DeleteCommunityOwnerEntity(CommunityOwnerEntity instance);
Ejemplo n.º 4
0
 partial void InsertCommunityOwnerEntity(CommunityOwnerEntity instance);