コード例 #1
0
 public List <SipAccount> GetAll()
 {
     return(_sipAccountRepository.GetAllIncludingRelations() ?? new List <SipAccount>());
 }
コード例 #2
0
 public List <SipAccount> GetAllIncludingRelations()
 {
     return(_internalRepository.GetAllIncludingRelations());
 }