Ejemplo n.º 1
0
 public IEnumerable <Prato> Listar()
 {
     return(_pratoRepository.Listar());
 }