6 lines
81 B
C#
6 lines
81 B
C#
namespace JSMR.Application.Circles.Ports;
|
|
|
|
public interface ICircleReader
|
|
{
|
|
|
|
} |