Example #1
0
		private void detach_ArchivosGrupo(ArchivosGrupo entity)
		{
			this.SendPropertyChanging();
			entity.Archivos = null;
		}
Example #2
0
		private void attach_ArchivosGrupo(ArchivosGrupo entity)
		{
			this.SendPropertyChanging();
			entity.Archivos = this;
		}
Example #3
0
 partial void UpdateArchivosGrupo(ArchivosGrupo instance);
Example #4
0
 partial void DeleteArchivosGrupo(ArchivosGrupo instance);
Example #5
0
 partial void InsertArchivosGrupo(ArchivosGrupo instance);