Ejemplo n.º 1
0
        public Korisnik Delete(Domain.Security.Korisnik domainObject)
        {
            var repository        = new KorisnikRepository();
            var izbrishanKorisnik = repository.Delete(domainObject);

            return(izbrishanKorisnik);
        }