Exemple #1
0
 public IActionResult GetByID(string id)
 {
     return(Ok(_sobaService.GetSobaById(id)));
 }