using IRaCIS.Core.Application.Contracts;
using Microsoft.AspNetCore.Mvc;
using IRaCIS.Core.Infra.EFCore;
namespace IRaCIS.Application.Interfaces
{
public interface ITrialConfigService
Task<TrialConfigDTO> GetTrialConfigInfo(Guid trialId);
}