partial void DeleteMstAccountCashFlow(MstAccountCashFlow instance);
 partial void UpdateMstAccountCashFlow(MstAccountCashFlow instance);
		private void detach_MstAccountCashFlows1(MstAccountCashFlow entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = null;
		}
 partial void InsertMstAccountCashFlow(MstAccountCashFlow instance);
		private void attach_MstAccountCashFlows(MstAccountCashFlow entity)
		{
			this.SendPropertyChanging();
			entity.MstUser = this;
		}