using Kreta.BusinessLogic.HelperClasses; using Kreta.BusinessLogic.Helpers; using Kreta.Web.Helpers; namespace Kreta.Web.Areas.Adatszolgaltatasok.Logic { public static class TtfLogic { public static IntezmenyCO GetIntezmenyAdatok() => new IntezmenyHelper(ConnectionTypeExtensions.GetSessionConnectionType()).GetIntezmenyiAdatok(); } }