partial void DeleteChatConfig(ChatConfig instance);
 partial void InsertChatConfig(ChatConfig instance);
 partial void UpdateChatConfig(ChatConfig instance);
		private void detach_ChatConfig(ChatConfig entity)
		{
			this.SendPropertyChanging();
			entity.ChatMailSender = null;
		}