mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-15 17:28:26 -05:00
6 lines
85 B
C#
6 lines
85 B
C#
namespace Common.Configuration;
|
|
|
|
public interface IConfig
|
|
{
|
|
void Validate();
|
|
} |