示例#1
0
		private void detach_EMPRESA_EMPLEADOs(EMPRESA_EMPLEADO entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO = null;
		}
示例#2
0
 partial void DeleteEMPRESA_EMPLEADO(EMPRESA_EMPLEADO instance);
示例#3
0
 partial void InsertEMPRESA_EMPLEADO(EMPRESA_EMPLEADO instance);
示例#4
0
 partial void UpdateEMPRESA_EMPLEADO(EMPRESA_EMPLEADO instance);
示例#5
0
		private void attach_EMPRESA_EMPLEADOs(EMPRESA_EMPLEADO entity)
		{
			this.SendPropertyChanging();
			entity.EMPRESA = this;
		}