namespace Kreta.DataAccessManual.Interfaces { public interface IIntezmenyConfigDAL { string GetIntezmenyConfig(int intezmenyId, string modulName, string configName); } }