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