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