Connect default ASP tables. NET Core with new tables (MVC)

0

By default when an asp.net core project is created, it generates tables with procedures to have a login system. What I did was create two more tables with their controllers in order to have a calendar system.

What I need is to know how I can connect the two parts so that each user has a list of contacts that he enters.

I'm starting with this so I would really appreciate your help.

    
asked by Alejandro Reyes 16.02.2018 в 15:48
source

0 answers