Exemplo n.º 1
0
 public IEnumerable <Image> GetAll() => _imageDao.GetAll();
 public List <Image> GetAll()
 {
     return(imageDao.GetAll());
 }