init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Kreta.Core;
|
||||
using Kreta.Core.Enum;
|
||||
using Kreta.Ellenorzo.Dto.VN.Exception;
|
||||
using Swashbuckle.Examples;
|
||||
|
||||
namespace Kreta.Ellenorzo.WebApi.VN.Documentation
|
||||
{
|
||||
public class JogosulatlanExample : EllenorzoExceptionResponseDto, IExamplesProvider
|
||||
{
|
||||
public JogosulatlanExample() : base(BlExceptionType.NincsJogosultsag, BlExceptionType.NincsJogosultsag.ToDisplayName())
|
||||
{
|
||||
}
|
||||
|
||||
public object GetExamples() => new JogosulatlanExample();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user