コード例 #1
0
 public static void Configure(HttpConfiguration config)
 {
     RegisterRoutes(config);
     AutofacWebAPI.Initialize(config);
 }