Esempio n. 1
0
 partial void DeleteICMS(ICMS instance);
Esempio n. 2
0
 partial void UpdateICMS(ICMS instance);
Esempio n. 3
0
 partial void InsertICMS(ICMS instance);
Esempio n. 4
0
		private void detach_ICMS(ICMS entity)
		{
			this.SendPropertyChanging();
			entity.Origem = null;
		}
Esempio n. 5
0
		private void attach_ICMS(ICMS entity)
		{
			this.SendPropertyChanging();
			entity.Origem = this;
		}
Esempio n. 6
0
		private void detach_ICMS(ICMS entity)
		{
			this.SendPropertyChanging();
			entity.SituacaoTributaria = null;
		}