Ejemplo n.º 1
0
 private List <Topic> UseDataBase()
 {
     return(DataBaseRepository.GetTopics(Query));
 }