init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
18
Kreta.DataAccessManual/Interfaces/ISzirStatFileDAL.cs
Normal file
18
Kreta.DataAccessManual/Interfaces/ISzirStatFileDAL.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using System.Collections.Generic;
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface ISzirStatFileDAL
|
||||
{
|
||||
ISzirStatFile Get();
|
||||
|
||||
ISzirStatFile Get(int id);
|
||||
|
||||
List<int> GetSzirStatFileIdByTipusIdAndFeladatellatasiHelyId(int intezmenyId, int tanevId, int szirStatTipusId, int kirSzirFeladatellatasiHelyId);
|
||||
|
||||
int Insert(ISzirStatFile dto);
|
||||
|
||||
void Delete(int id, int userId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue