Beispiel #1
0
 public IActionResult GetSpecifications()
 {
     return(Ok(_specificationService.GetSpecifications()));
 }