Exemplo n.º 1
0
 public void ListEntityWithTable(Expression <Func <Exam, bool> > filter = null)
 {
     _view.ShowTable(ListToTable(Context.GetList(filter)));
 }