예제 #1
0
		private void detach_UserAuthorizedFunction(UserAuthorizedFunction entity)
		{
			this.SendPropertyChanging();
			entity.UserMember = null;
		}
예제 #2
0
 partial void DeleteUserAuthorizedFunction(UserAuthorizedFunction instance);
예제 #3
0
 partial void UpdateUserAuthorizedFunction(UserAuthorizedFunction instance);
예제 #4
0
		private void attach_UserAuthorizedFunction(UserAuthorizedFunction entity)
		{
			this.SendPropertyChanging();
			entity.Code_Function = this;
		}
예제 #5
0
 partial void InsertUserAuthorizedFunction(UserAuthorizedFunction instance);