2023-09-20 11:52:30 +10:00
|
|
|
|
using PARR.DAL.Models;
|
|
|
|
|
|
using PARR.DAL.Services.Interfaces.Base;
|
|
|
|
|
|
|
|
|
|
|
|
namespace PARR.DAL.Services.Interfaces
|
|
|
|
|
|
{
|
2023-09-20 14:48:58 +10:00
|
|
|
|
public interface ISubprocessService : IBaseService<Subprocess>
|
2023-09-20 11:52:30 +10:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|