示例#1
0
 partial void DeleteMstArticleContact(MstArticleContact instance);
示例#2
0
 partial void InsertMstArticleContact(MstArticleContact instance);
示例#3
0
 partial void UpdateMstArticleContact(MstArticleContact instance);
示例#4
0
		private void detach_MstArticleContacts(MstArticleContact entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}