init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface ISzerepkorDAL
|
||||
{
|
||||
void RemoveAll(IAlkalmazott alkalmazott);
|
||||
ISzerepkor Get(int id);
|
||||
void AddAlkalmazottSzerepkor(IAlkalmazott alkalmazott, ISzerepkor szerepkor);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user