예제 #1
0
 public virtual IEnumerable <T> ObterTodos()
 {
     return(dao.Selecionar().Where(x => !x.Excluido));
 }