network-resurrector/NetworkResurrector.Server.D.../Services/IParamProvider.cs

7 lines
107 B
C#

namespace NetworkResurrector.Server.Domain.Services
{
public interface IParamProvider
{
}
}