Beispiel #1
0
        public static AutorVista GetByName(string name)
        {
            MapperAutor mapperAutor = new MapperAutor();

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

            return(mapperAutor.ObtenerAutores());
        }