init
This commit is contained in:
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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user