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