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