using System.Collections.Generic; using System.Data; namespace Kreta.DataAccessManual.Interfaces { public interface IElearningElerhetosegDal { DataSet GetElearningElerhetosegDataSet(int roleId, List packages, int tanevId, int intezmenyId, bool isGondviselo, bool isTanulo, int userId, int? gondviseloId); } }