using ConstructorApp.DataAccessLayer.Abstract; using ConstructorApp.DataAccessLayer.Concrete; using ConstructorApp.DataAccessLayer.Repositories; using ConstructorApp.EntityLayer.Entities; namespace ConstructorApp.DataAccessLayer.EntityFramework { public class EfFooterDal : GenericRepository