init
This commit is contained in:
@@ -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 példaválasz fog adni
|
||||
/// </summary>
|
||||
public interface IDtoDocumentation
|
||||
{
|
||||
[JsonIgnore]
|
||||
DocumentationExampleDto Example { get; }
|
||||
}
|
||||
}
|
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user