예제 #1
0
 public void Update(SipAccount account)
 {
     _sipAccountRepository.Update(account);
 }
예제 #2
0
 public void Update(SipAccount ccmUser)
 {
     _internalRepository.Update(ccmUser);
     _lazyCache.ClearSipAccounts();
 }