Update vor Umbau Service
This commit is contained in:
16
API_NetFrameWork_DocTester/App_Start/RouteConfig.cs
Normal file
16
API_NetFrameWork_DocTester/App_Start/RouteConfig.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Web;
|
||||
using System.Web.Routing;
|
||||
|
||||
|
||||
namespace API_NetFrameWork_DocTester
|
||||
{
|
||||
public static class RouteConfig
|
||||
{
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user