Files
2024-03-13 00:33:46 +01:00

10 lines
281 B
C#

using Kreta.Eugyintezes.BusinessLogic.Interface;
namespace Kreta.Eugyintezes.WebApi.Infrastructure
{
public class WebApiServiceContext : IServiceContext
{
public string IntezmenyAzonosito => KretaServer.KretaServer.Instance.GetOrganizationIdentifier();
}
}