Example #1
0
        public DataTable selectVozilo()
        {
            DataTable dt = Baza.SelectVozilo(this);

            return(dt);
        }