Пример #1
0
		private void detach_CommunityProfiles(CommunityProfile entity)
		{
			this.SendPropertyChanging();
			entity.Client = null;
		}
Пример #2
0
 partial void DeleteCommunityProfile(CommunityProfile instance);
Пример #3
0
 partial void InsertCommunityProfile(CommunityProfile instance);
Пример #4
0
 partial void UpdateCommunityProfile(CommunityProfile instance);
Пример #5
0
		private void attach_CommunityProfiles(CommunityProfile entity)
		{
			this.SendPropertyChanging();
			entity.Page = this;
		}