Ejemplo n.º 1
0
 public IList <Categoria> GetCategoriasByDescricao()
 {
     return(Categorias.OrderBy(c => c.Descricao).ToList());
 }