kreta/Kreta.WebApi/eUgyintezes/Kreta.eUgyintezes.BusinessLogic.Interface/IServiceContext.cs
2024-03-13 00:33:46 +01:00

7 lines
151 B
C#

namespace Kreta.Eugyintezes.BusinessLogic.Interface
{
public interface IServiceContext
{
string IntezmenyAzonosito { get; }
}
}