区分请求主机测试

This commit is contained in:
2022-05-24 10:45:31 +08:00
parent 993fd4ddaa
commit 4244342e9a
8 changed files with 156 additions and 58 deletions
@@ -1,13 +1,11 @@
using AutoMapper;
using IRaCIS.Application.Interfaces;
using IRaCIS.Core.Application.Contracts.Dicom.DTO;
using IRaCIS.Core.Infra.EFCore;
using IRaCIS.Core.Domain.Share;
using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Application.Service.Inspection.Interface;
using IRaCIS.Core.Application.Service.Inspection.DTO;
using Newtonsoft.Json;
namespace IRaCIS.Application.Services
{