partial void DeleteMstArticleUnit(MstArticleUnit instance);
partial void UpdateMstArticleUnit(MstArticleUnit instance);
private void detach_MstArticleUnits(MstArticleUnit entity) { this.SendPropertyChanging(); entity.MstArticle = null; }
partial void InsertMstArticleUnit(MstArticleUnit instance);
private void attach_MstArticleUnits(MstArticleUnit entity) { this.SendPropertyChanging(); entity.MstUnit = this; }