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