Beispiel #1
0
		private void detach_EMPLEADOs(EMPLEADO entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO = null;
		}
Beispiel #2
0
		private void attach_EMPLEADOs(EMPLEADO entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO = this;
		}
Beispiel #3
0
 partial void UpdateEMPLEADO(EMPLEADO instance);
Beispiel #4
0
 partial void DeleteEMPLEADO(EMPLEADO instance);
Beispiel #5
0
 partial void InsertEMPLEADO(EMPLEADO instance);