Ejemplo n.º 1
0
    public ActionResults Index()
    {
        var model = _myService.GetModel();

        return(View(model));
    }