コード例 #1
0
        //
        // GET: /Twitter/

        public ActionResult Index()
        {
            List <TwitterDTO> dtos = Repository.GetAll();

            return(View(dtos));
        }