Example #1
0
 partial void UpdateGusta(Gusta instance);
Example #2
0
 partial void DeleteGusta(Gusta instance);
Example #3
0
 partial void InsertGusta(Gusta instance);
Example #4
0
		private void detach_Gustas(Gusta entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = null;
		}
Example #5
0
		private void attach_Gustas(Gusta entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}
Example #6
0
		private void detach_Gustas(Gusta entity)
		{
			this.SendPropertyChanging();
			entity.Contenido = null;
		}
Example #7
0
		private void attach_Gustas(Gusta entity)
		{
			this.SendPropertyChanging();
			entity.Contenido = this;
		}