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

            registeredUserEntity.MapTo(custodian);
            custodian.AffiliateId = communityOwnerEntity.communityId;
            return(custodian);
        }
示例#2
0
 partial void UpdateCommunityOwnerEntity(CommunityOwnerEntity instance);
示例#3
0
 partial void DeleteCommunityOwnerEntity(CommunityOwnerEntity instance);
示例#4
0
 partial void InsertCommunityOwnerEntity(CommunityOwnerEntity instance);