14 lines
320 B
C#
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 };
|
|
}
|
|
}
|
|
}
|