2025-06-04 11:55:23 +10:00
|
|
|
|
using PARR.DAL.Services.Interfaces.Base;
|
|
|
|
|
|
|
|
|
|
|
|
namespace PARR.DAL.Services.Interfaces.Job
|
|
|
|
|
|
{
|
2025-06-25 14:17:34 +10:00
|
|
|
|
public interface IJobUnitFilterService : IBaseService<Models.Job.JobUnitFilter>
|
2025-06-04 11:55:23 +10:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|