-
- using Diligent.WebAPI.Contracts.DTOs.SelectionProcess;
-
- namespace Diligent.WebAPI.Business.Services.Interfaces
- {
- public interface ISelectionProcessService
- {
- Task<List<SelectionProcessResposneDto>> GetAllAsync();
- Task<bool> FinishSelectionProcess(SelectionProcessCreateDto model);
- }
- }
|