Exemplo n.º 1
0
 public void UpdateComment(Guid id, string comment)
 {
     _sipAccountRepository.UpdateComment(id, comment);
 }
Exemplo n.º 2
0
 public void UpdateComment(Guid id, string comment)
 {
     _internalRepository.UpdateComment(id, comment);
     _lazyCache.ClearSipAccounts();
     // TODO: Maybe this needs to clear more things? like registeredUserAgents
 }