Esempio n. 1
0
        public UsuarioPersona Get(int id)

        {
            return(UsuarioRepo.getUsuarioPersona(id));
        }