public IActionResult Index() { var result = _logic.Get(); return(View(result)); }
public Session GetSession() { return(_logic.Get(ProgramType.LegsProgram, 3)); }