// GET: UserStory
 public ActionResult Index()
 {
     return(View(service.GetAll()));
 }
Exemplo n.º 2
0
 public IEnumerable <UserStory> Get()
 {
     return(service.GetAll());
 }