Ejemplo n.º 1
0
        public static int Insert(Narudzbe narudzba)
        {
            using (ProdajaNekretninaEntities con = new ProdajaNekretninaEntities())
            {
                int id = (int)con.esp_Narudzbe_Insert(narudzba.BrojNarudzbe, narudzba.KupacID).FirstOrDefault();

                return(id);
            }
        }