IEndpoint.cs 99 B

123456
  1. namespace Web.Api;
  2. public interface IEndpoint
  3. {
  4. void MapEndpoint(IEndpointRouteBuilder app);
  5. }