public void OnPreUpdate(Entities.Account.ICreditLimitChanged target)
 {
     if (Setting.IsUnitTest)
     {
         if (target.CreditLimit == null)
         {
             target.CreditLimit = new Microsoft.Xrm.Sdk.Money(100M);
         }
     }
 }
 public void OnPreUpdate(Entities.Account.ICreditLimitChanged ac, Entities.Account.IAccountNameChanged nc)
 {
 }
 public void OnPreUpdate(Entities.Account.ICreditLimitChanged clChanged, Entities.Account preimage)
 {
 }
 public void OnPostUpdate(Entities.Account.ICreditLimitChanged clChanged, Entities.Account postimage)
 {
 }
 public void OnPreUpdate(Entities.Account.ICreditLimitChanged creditLimitChanged)
 {
 }