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