Refactor project into smaller chunks
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Core.Services.Mod.DynamicRouter;
|
||||
|
||||
public class DynamicRouterModService
|
||||
{
|
||||
public void RegisterDynamicRouter(string name, List<object> routes, string topLevelRoute)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user