QualityAssuranceProfessional / students-management-backend

0 stars 0 forks source link

Develop a .NET 6 user controller for the School Management System. Implement CRUD operations #8

Closed AbdullahElamir closed 4 months ago

AbdullahElamir commented 4 months ago

Develop a .NET 6 user controller for the School Management System. Implement CRUD operations (Create, Read, Update, Delete) for user records. Table properties include: UserId, Photo, Email, Password, FullName, UserName, PhoneNumber, BirthDate, CreatedOn, CreatedBy, and Status. Additionally, include functionality to lock/unlock students by changing their status from 1 to 2. The delete endpoint changes the status to 9.