Question: Write an ASP Core backend that support following actions a)Write a Controller method that take userID using a post request and find users department_id and

Write an ASP Core backend that support following actions

a)Write a Controller method that take userID using a post request and find users department_id and store the id in a session variable

b)Write a Controller Servis method thar return an employee list which contains employees in users department in the session variable

information about model;

User{UserId,Name}

Department{departmentId,userId,Name}

Employees{empId,departmentId,FisrtName,LastName}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!