Beispiel #1
0
 public void UpdateComment(Guid id, string comment)
 {
     _sipAccountRepository.UpdateComment(id, comment);
 }
Beispiel #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
 }