Add project files.
This commit is contained in:
11
ConstructorApp.BusinessLayer/Abstract/ITestimonialService.cs
Normal file
11
ConstructorApp.BusinessLayer/Abstract/ITestimonialService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorApp.BusinessLayer.Abstract
|
||||
{
|
||||
public interface ITestimonialService : IGenericService<Testimonial>
|
||||
{
|
||||
void TTestimonialStatusActive(int id);
|
||||
void TTestimonialStatusPassive(int id);
|
||||
int TCountAll();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user