init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IJogviszonySzuneteltetesDal
|
||||
{
|
||||
IJogviszonySzuneteltetes Get(int? id);
|
||||
|
||||
void Insert(IJogviszonySzuneteltetes dto);
|
||||
|
||||
void Delete(int id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user