示例#1
0
 // GET: Servico
 public ActionResult Index()
 {
     return(View(_servicoRepository.List()));
 }