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