Example #1
0
        public IActionResult DeleteAll()
        {
            certService.DeleteAll();

            return(Ok());
        }