Example #1
0
 public List <Namjestaj> firmaPretraga(Firma f)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void dodajFirmu(Firma f)
 {
     firme.Add(f);
 }