Ejemplo n.º 1
0
 partial void DeleteEMPRESA(EMPRESA instance);
Ejemplo n.º 2
0
 partial void UpdateEMPRESA(EMPRESA instance);
Ejemplo n.º 3
0
 partial void InsertEMPRESA(EMPRESA instance);
Ejemplo n.º 4
0
		private void detach_EMPRESAs(EMPRESA entity)
		{
			this.SendPropertyChanging();
			entity.USUARIO_EMPRESA = null;
		}
Ejemplo n.º 5
0
		private void detach_EMPRESAs(EMPRESA entity)
		{
			this.SendPropertyChanging();
			entity.RUBRO = null;
		}
Ejemplo n.º 6
0
		private void attach_EMPRESAs(EMPRESA entity)
		{
			this.SendPropertyChanging();
			entity.RUBRO = this;
		}