17 lines
270 B
C#
17 lines
270 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|