Пример #1
0
 // GET: Instances
 public ActionResult Index()
 {
     return(View(instanceService.GetAllInstances()));
 }