Exemplo n.º 1
0
 public Takmicenja Get(int id)
 {
     return(takmicenjeService.GetByID(id));
 }