예제 #1
0
		private void attach_Vendas(Venda entity)
		{
			this.SendPropertyChanging();
			entity.Caixa = this;
		}
예제 #2
0
		private void detach_Vendas(Venda entity)
		{
			this.SendPropertyChanging();
			entity.Caixa = null;
		}
예제 #3
0
		private void detach_Vendas(Venda entity)
		{
			this.SendPropertyChanging();
			entity.Funcionario = null;
		}
예제 #4
0
		private void attach_Vendas(Venda entity)
		{
			this.SendPropertyChanging();
			entity.Funcionario = this;
		}
예제 #5
0
 partial void DeleteVenda(Venda instance);
예제 #6
0
 partial void UpdateVenda(Venda instance);
예제 #7
0
 partial void InsertVenda(Venda instance);