8 lines
128 B
C#
8 lines
128 B
C#
namespace Kreta.Naplo.Domain.V2.Interface
|
|
{
|
|
public interface IGetRequest
|
|
{
|
|
string Hash { get; set; }
|
|
}
|
|
}
|