Beispiel #1
0
        public async Task <IntegartionPlatform_Res> DeleteIntegrationPlatform([FromBody] IntegartionPlatform_Req request)
        {
            var response = new IntegartionPlatform_Res();

            response = await _settingsRepository.DeleteIntegrationPlatform(request);

            return(response);
        }