예제 #1
0
        public ActionResult AddEditAttachment()
        {
            var results = _repository.GetAllAttachment();

            return(View(results));
        }