コード例 #1
0
 public bool ObrisiAktivnost(string grad, int idAktivnosti)
 {
     return(Sustav.ObrisiAktivnost(grad, idAktivnosti, idAplikacije));
 }