Beispiel #1
0
        public void UnesiMesto(Mesto mesto)
        {
            try
            {
                LavDataClassesDataContext _baza = new LavDataClassesDataContext(konekcioniString);

                _baza.ObrisiMesto(mesto.MestoID);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }