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.