Example #1
0
 partial void DeleteHRM_EMPLEADO(HRM_EMPLEADO instance);
Example #2
0
 partial void UpdateHRM_EMPLEADO(HRM_EMPLEADO instance);
Example #3
0
		private void detach_HRM_EMPLEADOs(HRM_EMPLEADO entity)
		{
			this.SendPropertyChanging();
			entity.HRM_PUESTO = null;
		}
Example #4
0
 partial void InsertHRM_EMPLEADO(HRM_EMPLEADO instance);
Example #5
0
		private void attach_HRM_EMPLEADO(HRM_EMPLEADO entity)
		{
			this.SendPropertyChanging();
			entity.HRM_PUESTO = this;
		}