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

7 lines
107 B
C#
Raw Normal View History

2021-04-06 02:17:11 +03:00
namespace NetworkResurrector.Server.Domain.Services
{
public interface IParamProvider
{
}
}