Example #1
0
 partial void DeleteBlockInstallationPlace(BlockInstallationPlace instance);
Example #2
0
 partial void InsertBlockInstallationPlace(BlockInstallationPlace instance);
Example #3
0
 partial void UpdateBlockInstallationPlace(BlockInstallationPlace instance);
Example #4
0
		private void detach_BlockInstallationPlace(BlockInstallationPlace entity)
		{
			this.SendPropertyChanging();
			entity.DicSystemKind = null;
		}