예제 #1
0
 public List <SipAccount> Find(string startsWith)
 {
     return(_sipAccountRepository.Find(startsWith) ?? new List <SipAccount>());
 }
예제 #2
0
 public List <SipAccount> Find(string startsWith)
 {
     return(_internalRepository.Find(startsWith));
 }