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