init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Data;
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IKirSzirFeladatellatasiHelyDAL
|
||||
{
|
||||
IKirSzirFeladatellatasiHely Get();
|
||||
|
||||
IKirSzirFeladatellatasiHely Get(int id);
|
||||
|
||||
int? GetByFeladatellatasiHelyId(int intezmenyId, int tanevId, int feladatellatasiHelyId, DateTime datum);
|
||||
|
||||
DataSet GetKirSzirFeladatellatasiHelyList(int tanevId, DateTime datum, int? feladatKategoriaId = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user