7 lines
193 B
C#
7 lines
193 B
C#
namespace Kreta.DataAccessManual.Interfaces
|
|
{
|
|
public interface IIntezmenyConfigDAL
|
|
{
|
|
string GetIntezmenyConfig(int intezmenyId, string modulName, string configName);
|
|
}
|
|
}
|