public void OnPreUpdate(Entities.Account.IAccountMergedImageWithTargetAttributes account)
 {
     account.Description = account.AccountNumber + "|" + account.Name;
 }
Пример #2
0
 public void OnValidateCreate(Entities.Account.IAccountMergedImageWithTargetAttributes target, ServiceAPI.IAccountService accountService)
 {
 }