blob: 699a976a16c8c60c8c3a63950641ff3d6332c0d5 (
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
{
}
|