Esempio n. 1
0
		private void detach_MstTaxTypes(MstTaxType entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount = null;
		}
Esempio n. 2
0
		private void detach_MstTaxTypes1(MstTaxType entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = null;
		}
Esempio n. 3
0
		private void attach_MstTaxTypes(MstTaxType entity)
		{
			this.SendPropertyChanging();
			entity.MstUser = this;
		}
Esempio n. 4
0
 partial void DeleteMstTaxType(MstTaxType instance);
Esempio n. 5
0
 partial void UpdateMstTaxType(MstTaxType instance);
Esempio n. 6
0
 partial void InsertMstTaxType(MstTaxType instance);