Exemple #1
0
 public IActionResult UpdateBrojDostupnihSoba([FromBody] Soba soba)
 {
     _sobaService.UpdateSoba(soba);
     return(Ok());
 }