Ejemplo n.º 1
0
 public List <SipAccount> Find(string startsWith)
 {
     return(_sipAccountRepository.Find(startsWith) ?? new List <SipAccount>());
 }
Ejemplo n.º 2
0
 public List <SipAccount> Find(string startsWith)
 {
     return(_internalRepository.Find(startsWith));
 }