0
0
MyDarling/Services/IRobotsTxtGenerator.cs
2023-06-14 08:22:20 +03:00

7 lines
104 B
C#

namespace MyDarling.Services;
public interface IRobotsTxtGenerator
{
public string GetRobotsText();
}