43d7c393bb847adb341ddb9c8f80c92dc79c6f29
Renamed `_dbSet` to `DbSet` and changed its accessibility from `private` to `protected` to allow access in derived classes. Updated all methods in the `Repository` class to use the new `DbSet` field for querying, adding, updating, and removing entities. This includes methods like `CreateAsync`, `GetByIdAsync`, `FindAsync`, `UpsertAsync`, `UpdateAsync`, and `DeleteAsync`. Improved code consistency and readability by removing redundant `_dbSet` references and standardizing on the `DbSet` field.
DigitalData.MessagingService
Description
Languages
C#
100%