Hi guys,
I have Database for Identity which is automatically created by IdentityDbContext
And i create my custom database for my Project
but the problem my custom database need to has User table which is found in Identity Database too
User table is common in the two database but i think that is bad approach because of duplication
I need User table in the two database, what can i do???