示例#1
0
 // GET: Task
 public ActionResult Index()
 {
     return(View(_mapper.ToViewModelList(_service.GetAllAsNoTracking())));
 }