예제 #1
0
		private void detach_Alertas(Alerta entity)
		{
			this.SendPropertyChanging();
			entity.TIpoAlerta = null;
		}
예제 #2
0
		private void attach_Alertas(Alerta entity)
		{
			this.SendPropertyChanging();
			entity.TIpoAlerta = this;
		}
예제 #3
0
 partial void DeleteAlerta(Alerta instance);
예제 #4
0
 partial void UpdateAlerta(Alerta instance);
예제 #5
0
 partial void InsertAlerta(Alerta instance);
예제 #6
0
		private void attach_Alertas(Alerta entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}