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