namespace GerstITS.Examples.Api.Endpoints; internal static partial class Endpoints { internal static RouteGroupBuilder MapEndpoints(this IEndpointRouteBuilder root) { return root.MapCustomerEndpoints() .MapCustomerNoteEndpoints(); } }