init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
using Kreta.Naplo.Dto.V3.Documentation;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Naplo.Dto.V3.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Author: Kovács Kornél (DevKornél) Created On: 2019.05.
|
||||
/// Az interface-t implementáló model a dokumentációban egy generikus példaválasz fog adni
|
||||
/// </summary>
|
||||
public interface IDtoListDocumentation
|
||||
{
|
||||
[JsonIgnore]
|
||||
DocumentationExampleDto ListExample { get; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue