Ejemplo n.º 1
0
 partial void DeleteAccount(Account instance);
Ejemplo n.º 2
0
 partial void InsertAccount(Account instance);
Ejemplo n.º 3
0
 partial void UpdateAccount(Account instance);
Ejemplo n.º 4
0
		private void detach_Accounts(Account entity)
		{
			this.SendPropertyChanging();
			entity.UserProfile = null;
		}