init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Data;
|
||||
using Kreta.DataAccessManual.ParameterClasses;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IFelmentesDal
|
||||
{
|
||||
DataSet GetFelmentesGrid(FelmentesSearchPco pco, int intezmenyId, int tanevId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user