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