init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
using Kreta.Client.Kir.Models;
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IKirKontenerElemStatuszDAL
|
||||
{
|
||||
IKIRKontenerElemStatusz Get();
|
||||
|
||||
IKIRKontenerElemStatusz Get(int id);
|
||||
|
||||
void FullUpdate(IKIRKontenerElemStatusz dto);
|
||||
|
||||
void Update(IKIRKontenerElemStatusz dto);
|
||||
|
||||
void Insert(IKIRKontenerElemStatusz dto);
|
||||
|
||||
void InsertManyByKirKontener(IKIRKontener kirKontener, KirKerelemModel.StatuszLekerdezesResponseModel statuszResponseModel);
|
||||
|
||||
void Delete(int id);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue