Esempio n. 1
0
 partial void DeleteNoticia(Noticia instance);
Esempio n. 2
0
 partial void UpdateNoticia(Noticia instance);
Esempio n. 3
0
		private void detach_Noticia(Noticia entity)
		{
			this.SendPropertyChanging();
			entity.Tipo_Noticia = null;
		}
Esempio n. 4
0
 partial void InsertNoticia(Noticia instance);
Esempio n. 5
0
		private void attach_Noticia(Noticia entity)
		{
			this.SendPropertyChanging();
			entity.Tipo_Noticia = this;
		}