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