Example #1
0
        //      public IConfiguration Configuration { get; }

        // string cadena = "Server=DESKTOP-6I4KAIB;Initial Catalog=Biblos2;Persist Security Info=False;User ID=sa;Password=trijaka;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;";

        public Importaciones(BiblosDbContext context)
        {
            this.context = context;
        }
 public LibrosController(BiblosDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }