init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Kreta.DataAccess.Interfaces;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IEugyintezesLogDal
|
||||
{
|
||||
IEugyintezesLog Get();
|
||||
|
||||
void Insert(IEugyintezesLog dto);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user