Example #1
0
 public IList <ArtistDto> GetList()
 {
     return(DtoConverter.Convert(_artistDao.GetAll()));
 }