init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
14
Kreta.DataAccessManual/Interfaces/ICimDal.cs
Normal file
14
Kreta.DataAccessManual/Interfaces/ICimDal.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System.Data;
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface ICimDal : IBaseDal<ICim>
|
||||
{
|
||||
void FullUpdate(ICim dto);
|
||||
ICim GetSpecific(string condition, int tanevId);
|
||||
DataSet GetCimDataSet(int tanevId, int tanuloId, string filter = null);
|
||||
void SetAlapertelmezett(int felhasznaloId, int userId, int tanevId, int? gondviseloId = null);
|
||||
void AddFelhasznaloCim(IFelhasznalo felhasznalo, ICim cim);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue