0
0

Fix namespaces

This commit is contained in:
Sergey Chebotar 2023-06-14 08:22:20 +03:00
parent 57f7cb28a5
commit 3655495dfd
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
using System.Text;
namespace MyDarling.Controllers;
namespace MyDarling.Services;
public interface IRobotsTxtGenerator
{

View File

@ -1,6 +1,6 @@
using System.Text;
namespace MyDarling.Controllers;
namespace MyDarling.Services;
public class RobotsTxtGenerator : IRobotsTxtGenerator
{