GGMM/GrossesMitaines/GrossesMitainesAPI/Data/InventoryUser.cs

7 lines
123 B
C#
Raw Normal View History

2022-10-30 16:58:47 -04:00
using Microsoft.AspNetCore.Identity;
namespace GrossesMitainesAPI.Data;
public class InventoryUser : IdentityUser {
}