Example #1
0
 partial void DeleteRelatorio(Relatorio instance);
Example #2
0
 partial void UpdateRelatorio(Relatorio instance);
Example #3
0
 partial void InsertRelatorio(Relatorio instance);
Example #4
0
		private void detach_Relatorios(Relatorio entity)
		{
			this.SendPropertyChanging();
			entity.Territorio = null;
		}
Example #5
0
		private void detach_Relatorios(Relatorio entity)
		{
			this.SendPropertyChanging();
			entity.ProdutoVa = null;
		}
Example #6
0
		private void attach_Relatorios(Relatorio entity)
		{
			this.SendPropertyChanging();
			entity.Doutor = this;
		}