예제 #1
0
        public ActionResult Test()
        {
            var repo  = new EntriesRepository();
            var entry = repo.GetEntryById(7);

            return(View(entry));
        }