mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-24 03:56:27 +00:00
Setup route map source generator
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
namespace Net.Sdk.Web.Extensions.SourceGenerators.Tests;
|
||||
|
||||
public class EndpointRouteBuilder : IEndpointRouteBuilder
|
||||
{
|
||||
public IServiceProvider ServiceProvider { get; }
|
||||
public ICollection<EndpointDataSource> DataSources { get; }
|
||||
|
||||
public IApplicationBuilder CreateApplicationBuilder()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user