ASP.NET MVC User ID Link with other Tables
I am working on a Data Entry system for storing users financial data. Each user will enter his Revenues and Expenses each in a table. The tables were designed as follows: Primary Key: Rev/Exp ID Foreign Key: Organization ID This…