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