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