예제 #1
0
 public bool DodajDrzavu(string kratica, string naziv)
 {
     return(Sustav.DodajDrzavu(kratica, naziv, idAplikacije));
 }