コード例 #1
0
 public List <PutovanjaVM> GetSlicnaPutovanja(int putovanjeID)
 {
     return(_service.GetSlicnaPutovanja(putovanjeID));
 }