Ejemplo n.º 1
0
 partial void DeleteCorte(Corte instance);
Ejemplo n.º 2
0
 partial void UpdateCorte(Corte instance);
Ejemplo n.º 3
0
 partial void InsertCorte(Corte instance);
Ejemplo n.º 4
0
		private void detach_Cortes(Corte entity)
		{
			this.SendPropertyChanging();
			entity.Cliente = null;
		}
Ejemplo n.º 5
0
		private void attach_Cortes(Corte entity)
		{
			this.SendPropertyChanging();
			entity.Cliente = this;
		}
Ejemplo n.º 6
0
		private void attach_Cortes(Corte entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}