Esempio n. 1
0
        public static AutorVista GetByName(string name)
        {
            MapperAutor mapperAutor = new MapperAutor();

            return(mapperAutor.GetByName(name));
        }
Esempio n. 2
0
        public List <AutorVista> GetAll()
        {
            MapperAutor mapperAutor = new MapperAutor();

            return(mapperAutor.ObtenerAutores());
        }