Exemple #1
0
 partial void DeleteUSUARIO(USUARIO instance);
Exemple #2
0
 partial void UpdateUSUARIO(USUARIO instance);
Exemple #3
0
 partial void InsertUSUARIO(USUARIO instance);
Exemple #4
0
		private void detach_USUARIOs(USUARIO entity)
		{
			this.SendPropertyChanging();
			entity.DATO_FISCAL = null;
		}
Exemple #5
0
		private void detach_USUARIOs(USUARIO entity)
		{
			this.SendPropertyChanging();
			entity.TIPO_USUARIO = null;
		}
Exemple #6
0
		private void attach_USUARIOs(USUARIO entity)
		{
			this.SendPropertyChanging();
			entity.TIPO_USUARIO = this;
		}