10 lines
197 B
C#
10 lines
197 B
C#
namespace Core.Services.Mod.StaticRouter;
|
|
|
|
public class StaticRouterMod // TODO: : StaticRouter
|
|
{
|
|
public string GetTopLevelRoute()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|