Files
2025-10-22 13:46:43 +03:00

6 lines
88 B
C#

namespace Cleanuparr.Domain.Entities;
public interface IConfig
{
void Validate();
}