using Microsoft.AspNetCore.Identity; namespace GrossesMitainesAPI.Data; public class InventoryUser : IdentityUser { }