예제 #1
0
 public bool Delete(Guid id)
 {
     _sipAccountRepository.Delete(id);
     return(true);
 }
예제 #2
0
 public void Delete(Guid id)
 {
     _internalRepository.Delete(id);
     _lazyCache.ClearSipAccounts();
 }