示例#1
0
 public List <HistoricoDeProcesso> ObterLista()
 {
     return(ctx.Set <HistoricoDeProcesso>().ToList());
 }