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