init
This commit is contained in:
14
Kreta.Ellenorzo.Documentation/DummyExample.cs
Normal file
14
Kreta.Ellenorzo.Documentation/DummyExample.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Kreta.Ellenorzo.Dto.Vn.Mulasztas;
|
||||
using Swashbuckle.Examples;
|
||||
|
||||
namespace Kreta.Ellenorzo.Web.Vn.Documentation
|
||||
{
|
||||
public class DummyExample : IExamplesProvider
|
||||
{
|
||||
public object GetExamples()
|
||||
{
|
||||
return new MulasztasListResponseDto { Id = 358917 };
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user