using ConstructorApp.EntityLayer.Entities; namespace ConstructorApp.BusinessLayer.Abstract { public interface IProjectGalleryService : IGenericService { List TGetImagesByProjectId(int projectId); } }