Torna al Thread
using (IRepository<LettureFile> repository = new DataRepository<LettureFile>(new Entities_Connection())
{
var tempo = from o in repository.Fetch()
where
o.DataOra.Value >= dtPartenza
&&
o.DataOra.Value <= dtFinale
orderby o.MinutoElaborazione
}