7 lines
151 B
C#
7 lines
151 B
C#
namespace Kreta.Eugyintezes.BusinessLogic.Interface
|
|
{
|
|
public interface IServiceContext
|
|
{
|
|
string IntezmenyAzonosito { get; }
|
|
}
|
|
}
|