Ejemplo n.º 1
0
 partial void DeleteCarnet(Carnet instance);
Ejemplo n.º 2
0
 partial void UpdateCarnet(Carnet instance);
Ejemplo n.º 3
0
		private void detach_Carnets(Carnet entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Ejemplo n.º 4
0
		private void attach_Carnets(Carnet entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
Ejemplo n.º 5
0
 partial void InsertCarnet(Carnet instance);
Ejemplo n.º 6
0
		private void detach_Carnets(Carnet entity)
		{
			this.SendPropertyChanging();
			entity.Association = null;
		}