示例#1
0
        public async Task <bool> CheckOutBoundConfigExit([FromBody] OutBoundIntegrationCredentialsReq request)
        {
            var response = new OutBoundIntegrationCredentialsRes();

            bool data = await _settingsRepository.CheckOutBoundConfigExit(request);

            return(data);
        }