コード例 #1
0
 public ActionResult <Model.VrsteProizvoda> GetById(int id)
 {
     return(_service.GetById(id));
 }