0
0
MyDarling/Services/IRobotsTxtGenerator.cs

9 lines
127 B
C#
Raw Normal View History

2023-06-14 07:45:14 +03:00
using System.Text;
namespace MyDarling.Controllers;
public interface IRobotsTxtGenerator
{
public string GetRobotsText();
}