EI-Image-Viewer-Api/IRaCIS.Core.Application/Service/ReadingAndReport/Interface/IReviewerReadingService.cs

11 lines
267 B
C#

using IRaCIS.Application.Contracts;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Application.Interfaces
{
public interface IReviewerReadingService
{
PageOutput<WorkloadReadingDTO> GetWorkloadList(WorkloadQueryParam param);
}
}