Gestion de bibliothèque personnelle auto-hébergée : catalogue, prêts, scan de code-barres, consultation hors-ligne. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
|
@using Microsoft.JSInterop
|
|
@using MaBibli.Client
|
|
@using MaBibli.Client.Composants
|
|
@using MaBibli.Client.Layout
|
|
@using MaBibli.Client.Services
|
|
@using MaBibli.Shared.Catalogue
|
|
@using MaBibli.Shared.Dtos
|
|
@using MaBibli.Shared.Entites
|
|
@using MaBibli.Shared.Isbn
|
|
@using MaBibli.Shared.Textes
|