kreta/Kreta.Ellenorzo.Documentation/DummyExample.cs
2024-03-13 00:33:46 +01:00

14 lines
320 B
C#

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 };
}
}
}