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