Example #1
0
 public IEnumerable <Info> List()
 {
     return(_infoRepository.List().Select(InfoFactory.Create));
 }