ApplicationInWorkService начало
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using PARR.DAL.Models;
|
||||
using PARR.DAL.Services.Interfaces.Base;
|
||||
|
||||
namespace PARR.DAL.Services.Interfaces
|
||||
{
|
||||
public interface IApplicationInWorkService : IBaseService<ApplicationsInWork>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user