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