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