Ejemplo n.º 1
0
 partial void DeleteUserGroup(UserGroup instance);
Ejemplo n.º 2
0
 partial void UpdateUserGroup(UserGroup instance);
Ejemplo n.º 3
0
		private void detach_UserGroups(UserGroup entity)
		{
			this.SendPropertyChanging();
			entity.Role = null;
		}
Ejemplo n.º 4
0
 partial void InsertUserGroup(UserGroup instance);
Ejemplo n.º 5
0
		private void attach_UserGroups(UserGroup entity)
		{
			this.SendPropertyChanging();
			entity.Role = this;
		}