Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorApp.DataAccessLayer.Abstract
|
||||
{
|
||||
public interface IProjectGalleryDal : IGenericDal<ProjectGallery>
|
||||
{
|
||||
List<ProjectGallery> GetImagesByProjectId(int projectId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user