Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f6ea9ccbec
Fixed controller edit functions not using AsNoTracking(); Interpreter now has a function that runs all subject area methods; integrated CLI into program.cs
212ee9e378
Made all db models inherit their primary key 'Id' from Model and added a method SayId() for printing the object id into the console. Fixed EnrolleeSubject partial controller class having namings of EnrolleAchievement partial class; Added CLI/Interpreter for processing CLI commands (implemented addition and modification, but getting and deleting isn't made yet)