it ipimiutduioi

This commit is contained in:
MarcEricMartel
2022-10-30 13:58:47 -07:00
parent 8a5b00624e
commit a8bf691e21
13 changed files with 892 additions and 75 deletions

View File

@@ -0,0 +1,6 @@
using Microsoft.AspNetCore.Identity;
namespace GrossesMitainesAPI.Data;
public class InventoryUser : IdentityUser {
}