namespace Kreta.Job.Tasks.Core
{
    public interface IConnectionStringCacheJob
    {
        void ResetAllConnectionString();
    }
}