10 lines
175 B
C#
10 lines
175 B
C#
namespace Core.Services.Mod.DynamicRouter;
|
|
|
|
public class DynamicRouterMod
|
|
{
|
|
public string GetTopLevelRoute()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|