6 lines
88 B
C#
6 lines
88 B
C#
namespace HackerNet.Domain;
|
|
|
|
public interface ILinkRepository
|
|
{
|
|
void Add(Link link);
|
|
} |