This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Autofac; | |
using Autofac.Integration.Mvc; | |
using System.Web.Mvc; | |
using System.Web.Routing; | |
using WebApplication2.Utils; | |
namespace WebApplication2 | |
{ | |
public class MvcApplication : System.Web.HttpApplication | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Item 1", | |
"price": 32.67 | |
}, | |
{ | |
"id": 2, | |
"name": "Item 2", | |
"price": 56.89 |