0
0
MyDarling/Services/IRobotsTxtGenerator.cs

7 lines
104 B
C#
Raw Normal View History

2023-06-14 08:22:20 +03:00
namespace MyDarling.Services;
2023-06-14 07:45:14 +03:00
public interface IRobotsTxtGenerator
{
public string GetRobotsText();
}