13 lines
559 B
C#
13 lines
559 B
C#
namespace Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Logic
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using Kreta.Core.ConnectionType;
|
|
using Kreta.DataAccessManual.Interfaces;
|
|
|
|
public static class TanitasiOraLogic
|
|
{
|
|
public static List<int> ListParhuzamosOranNaplozottMulasztasTanuloId(DateTime oraKezdete, DateTime oraVege, int tanoraId, IConnectionType connectionType, IDalHandler h)
|
|
=> OraLogic.ListParhuzamosOranNaplozottMulasztasTanuloId(oraKezdete, oraVege, tanoraId, connectionType, h);
|
|
}
|
|
}
|