Example #1
0
 public IActionResult GetElements()
 {
     return(Ok(_elementsService.GetAll()));
 }