private void detach_UserAuthorizedFunction(UserAuthorizedFunction entity)
		{
			this.SendPropertyChanging();
			entity.UserMember = null;
		}
 partial void DeleteUserAuthorizedFunction(UserAuthorizedFunction instance);
 partial void UpdateUserAuthorizedFunction(UserAuthorizedFunction instance);
		private void attach_UserAuthorizedFunction(UserAuthorizedFunction entity)
		{
			this.SendPropertyChanging();
			entity.Code_Function = this;
		}
 partial void InsertUserAuthorizedFunction(UserAuthorizedFunction instance);