9 lines
281 B
C#
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();
|
|
}
|
|
}
|