kreta/Kreta.WebApi/eUgyintezes/Kreta.eUgyintezes.WebApi/Infrastructure/WebApiServiceContext.cs
2024-03-13 00:33:46 +01:00

9 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();
}
}