MCPcopy Create free account
hub / github.com/TryCatchLearn/Restore-v2 / BaseApiController

Class BaseApiController

API/Controllers/BaseApiController.cs:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace API.Controllers
4{
5 [Route("api/[controller]")]
6 [ApiController]
7 public class BaseApiController : ControllerBase
8 {
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected