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

9 lines
127 B
C#

using System.Text;
namespace MyDarling.Controllers;
public interface IRobotsTxtGenerator
{
public string GetRobotsText();
}