Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1.  public class MvcApplication : System.Web.HttpApplication
  2.     {
  3.         protected void Application_Start()
  4.         {
  5.             AreaRegistration.RegisterAllAreas();
  6.             RouteConfig.RegisterRoutes(RouteTable.Routes);
  7.  
  8.             AutofacConfiguration.ConfigureContainer();
  9.         }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement