Esempio n. 1
0
 partial void DeletePROGRAMADOR(PROGRAMADOR instance);
Esempio n. 2
0
 partial void UpdatePROGRAMADOR(PROGRAMADOR instance);
Esempio n. 3
0
		private void detach_PROGRAMADORs(PROGRAMADOR entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO_PROGRAMADOR = null;
		}
Esempio n. 4
0
 partial void InsertPROGRAMADOR(PROGRAMADOR instance);
Esempio n. 5
0
		private void detach_PROGRAMADORs(PROGRAMADOR entity)
		{
			this.SendPropertyChanging();
			entity.COMUNA = null;
		}