ApplicationsInWorkService

This commit is contained in:
Mikhail Trubnikov
2023-09-20 15:40:15 +10:00
parent bf591c3e90
commit a3a486242c
2 changed files with 6 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ namespace PARR.DAL.Services.Interfaces
{
public interface IApplicationsInWorkService : IBaseService<ApplicationsInWork>
{
Task<ApplicationsInWork?> Get(Guid applicationId, Guid workId);
}
}