init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IOktatasNevelesiFeladatDal
|
||||
{
|
||||
bool IsAMIModuleActive(int tanevId);
|
||||
bool IsEGYMIModuleActive(int tanevId);
|
||||
bool IsKollegiumModuleActive(int tanevId);
|
||||
bool IsAzonosKategoria(int oldId, int newId);
|
||||
int GetFeladatKategoriaId(int id, int tanevId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user