10 lines
253 B
C#
10 lines
253 B
C#
using System.Data;
|
|
using Kreta.DataAccessManual.ParameterClasses;
|
|
|
|
namespace Kreta.DataAccessManual.Interfaces
|
|
{
|
|
public interface IFelmentesDal
|
|
{
|
|
DataSet GetFelmentesGrid(FelmentesSearchPco pco, int intezmenyId, int tanevId);
|
|
}
|
|
}
|