Exemplo n.º 1
0
 partial void UpdateUser(User instance);
Exemplo n.º 2
0
 partial void DeleteUser(User instance);
Exemplo n.º 3
0
 partial void InsertUser(User instance);
Exemplo n.º 4
0
		private void detach_User(User entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}
Exemplo n.º 5
0
		private void attach_User(User entity)
		{
			this.SendPropertyChanging();
			entity.Department = this;
		}
Exemplo n.º 6
0
		private void detach_Users2(User entity)
		{
			this.SendPropertyChanging();
			entity.Users1 = null;
		}
Exemplo n.º 7
0
		private void attach_Users2(User entity)
		{
			this.SendPropertyChanging();
			entity.Users1 = this;
		}