Example #1
0
 partial void DeleteRechazo(Rechazo instance);
Example #2
0
 partial void UpdateRechazo(Rechazo instance);
Example #3
0
		private void detach_Rechazos(Rechazo entity)
		{
			this.SendPropertyChanging();
			entity.Partido = null;
		}
Example #4
0
 partial void InsertRechazo(Rechazo instance);
Example #5
0
		private void attach_Rechazos(Rechazo entity)
		{
			this.SendPropertyChanging();
			entity.Partido = this;
		}