Example #1
0
 public IActionResult GetList()
 {
     return(Ok(_logic.GetList()));
 }