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