Exemplo n.º 1
0
 public ActionResult <Model.Rezervacija> GetByID(int id)
 {
     return(_service.getByID(id));
 }