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