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