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