Example #1
0
        //private readonly Call

        // GET: CallForPapers
        public ActionResult Index()
        {
            return(View(CallForPaperService.FindAll()));
        }