kreta/Kreta.DataAccessManual/Interfaces/IIntezmenyConfigDAL.cs
2024-03-13 00:33:46 +01:00

7 lines
193 B
C#

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