Add project files.
This commit is contained in:
8
ConstructorApp.BusinessLayer/Abstract/ISliderService.cs
Normal file
8
ConstructorApp.BusinessLayer/Abstract/ISliderService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorApp.BusinessLayer.Abstract
|
||||
{
|
||||
public interface ISliderService : IGenericService<Slider>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user