Class RestEntityControllerBase<T>
[Authorize]
[ApiController]
public abstract class RestEntityControllerBase<T> : ControllerBase where T : class
Type Parameters
T
- Inheritance
-
RestEntityControllerBase<T>
- Derived
[Authorize]
[ApiController]
public abstract class RestEntityControllerBase<T> : ControllerBase where T : class
T