using Kreta.DataAccess.Interfaces; namespace Kreta.DataAccessManual.Interfaces { public interface IKirTelephelyDal { IKirTelephely Get(); void Insert(IKirTelephely dto); string GetKretaKodByTelephelyId(int telephelyId, int tanevId); } }