init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Data;
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IEszkozigenylesDal : IBaseDal<IEszkozIgenyles>
|
||||
{
|
||||
void FullUpdate(IEszkozIgenyles entity);
|
||||
|
||||
DataSet GetGondviseloEszkozIgenylesAdat(int intezmenyId, int tanevId, int tanuloId);
|
||||
|
||||
bool IsAlkalmazottEszkozIgenyelheto(int intezmenyId, int tanevId, int alkalmazottId);
|
||||
|
||||
DataSet IsEszkozKiosztva(int intezmenyId, int tanevId, int userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user