init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user