General API Controller: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    4 October 2023

    • curprev 12:1012:10, 4 October 2023User talk contribs 479 bytes +479 Created page with "<pre>[Authorize] [Route("api/[controller]")] [ApiController] public class FooController : BaseController { private readonly IMapper mapper; private readonly IFooService fooService; public FooController( IConfigSettings config, ILogger<FooController> logger, IMapper mapper, IFooService fooService ) : base(config, logger) { this.mapper = mapper; this.fooService = fooService; } }</pre> <strong>Return to Programming Guide</str..."