blob: 0ba6c827205cbaa2393d20314efd9143b2e4ac32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
namespace IOL.GreatOffice.Api.Endpoints.Internal;
[Authorize]
[ApiExplorerSettings(IgnoreApi = true)]
[ApiVersionNeutral]
public class INT_EndpointBase : EndpointBase
{
}
|