private void attach_TrnStockOuts(TrnStockOut entity) { this.SendPropertyChanging(); entity.MstAccount = this; }
private void detach_TrnStockOuts(TrnStockOut entity) { this.SendPropertyChanging(); entity.MstArticle = null; }
partial void DeleteTrnStockOut(TrnStockOut instance);
partial void UpdateTrnStockOut(TrnStockOut instance);
partial void InsertTrnStockOut(TrnStockOut instance);
private void detach_TrnStockOuts4(TrnStockOut entity) { this.SendPropertyChanging(); entity.MstUser4 = null; }
private void attach_TrnStockOuts3(TrnStockOut entity) { this.SendPropertyChanging(); entity.MstUser3 = this; }