Example #1
0
 partial void DeleteUser(User instance);
Example #2
0
 partial void UpdateUser(User instance);
Example #3
0
		private void detach_Users(User entity)
		{
			this.SendPropertyChanging();
			entity.Role = null;
		}
Example #4
0
 partial void InsertUser(User instance);
Example #5
0
		private void attach_Users(User entity)
		{
			this.SendPropertyChanging();
			entity.Role = this;
		}