init
This commit is contained in:
+16
@@ -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 IsmeretlenHibaExample : EllenorzoExceptionResponseDto, IExamplesProvider
|
||||
{
|
||||
public IsmeretlenHibaExample() : base(BlExceptionType.None, BlExceptionType.None.ToDisplayName())
|
||||
{
|
||||
}
|
||||
|
||||
public object GetExamples() => new IsmeretlenHibaExample();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user