init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Data;
|
||||
|
||||
namespace Kreta.DataAccessManual.Interfaces
|
||||
{
|
||||
public interface IKirStatDAL
|
||||
{
|
||||
DataSet GetKirStatAdatok(string taroltEljarasNeve, int tanevId, int intezmenyId);
|
||||
DataSet GetStoredProcedures(string spNeve);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user