EI-Image-Viewer-Api/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs

19 lines
369 B
C#

using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Domain.Share;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public class GetMedicalReviewReadingTaskInDto
{
}
}