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