using IRaCIS.Core.Application.Contracts.Dicom.DTO; namespace IRaCIS.Core.Application.Services { public interface IImageShareService { Task CreateImageShare(ImageShareCommand imageShareCommand); //Task VerifyShareImage(Guid resourceId, string password); } }