-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LivestreamRecorder.DB: refactor: refactoring with Resharper an…
…d .NET 8 syntax
- Loading branch information
1 parent
d1b5d91
commit 41a3be9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LivestreamRecorder.DB
updated
17 files
+30 −15 | CosmosDB/CosmosDbRepository.cs | |
+2 −2 | CosmosDB/PrivateContext.cs | |
+3 −3 | CosmosDB/PublicContext.cs | |
+1 −8 | CosmosDB/UnitOfWork.Private.cs | |
+1 −8 | CosmosDB/UnitOfWork.Public.cs | |
+8 −8 | CosmosDB/UnitOfWork.cs | |
+2 −2 | CouchDB/CouchDbRepository.cs | |
+4 −11 | CouchDB/UnitOfWork.Private.cs | |
+6 −9 | CouchDB/UnitOfWork.cs | |
+3 −1 | Interfaces/IRepository.cs | |
+1 −3 | Interfaces/IUserRepository.cs | |
+11 −13 | Models/ChannelRepository.cs | |
+2 −2 | Models/Entity.cs | |
+3 −4 | Models/User.cs | |
+6 −11 | Models/UserRepository.cs | |
+2 −2 | Models/Video.cs | |
+10 −12 | Models/VideoRepository.cs |