Exemplo n.º 1
0
 partial void DeleteMstAccount(MstAccount instance);
Exemplo n.º 2
0
 partial void UpdateMstAccount(MstAccount instance);
Exemplo n.º 3
0
 partial void InsertMstAccount(MstAccount instance);
Exemplo n.º 4
0
		private void detach_MstAccounts(MstAccount entity)
		{
			this.SendPropertyChanging();
			entity.MstAccountType = null;
		}
Exemplo n.º 5
0
		private void attach_MstAccounts(MstAccount entity)
		{
			this.SendPropertyChanging();
			entity.MstAccountCashFlow = this;
		}
Exemplo n.º 6
0
		private void attach_MstAccounts1(MstAccount entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = this;
		}