-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from AlphaYu/dev
v0.9.3.0
- Loading branch information
Showing
92 changed files
with
530 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
src/ServerApi/Infrastructures/Adnc.Infra.Repository/Entities/EfEnities/AbstractEntityInfo.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...rverApi/Infrastructures/Adnc.Infra.Repository/Entities/EfEnities/Config/EntityProperty.cs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...tructures/Adnc.Infra.Repository/Entities/EfEnities/Extensions/PropertyBuilderExtension.cs
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
src/ServerApi/Infrastructures/Adnc.Infra.Repository/Entities/MongoEntities/LoggingLog.cs
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/ServerApi/Infrastructures/Adnc.Infra.Repository/Entities/MongoEntities/LoginLog.cs
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
src/ServerApi/Infrastructures/Adnc.Infra.Repository/Entities/MongoEntities/OperationLog.cs
This file was deleted.
Oops, something went wrong.
5 changes: 1 addition & 4 deletions
5
src/ServerApi/Infrastructures/Adnc.Infra.Repository/GlobalUsings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
global using Adnc.Infra.Entities; | ||
global using Microsoft.EntityFrameworkCore; | ||
global using Microsoft.EntityFrameworkCore.Metadata.Builders; | ||
global using System.Data; | ||
global using System.Data; | ||
global using System.Linq.Expressions; | ||
global using System.Reflection; |
4 changes: 3 additions & 1 deletion
4
src/ServerApi/Infrastructures/Adnc.Infra.Repository/IRepositories/IEfBaseRepository.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
src/ServerApi/Infrastructures/Adnc.Infra.Repository/IRepositories/IEfBasicRepository.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
src/ServerApi/Infrastructures/Adnc.Infra.Repository/IRepositories/IEfRepository.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/ServerApi/Infrastructures/Adnc.Infra.Repository/IRepositories/IMongoRepository.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
using MongoDB.Driver; | ||
using Adnc.Infra.Entities; | ||
using MongoDB.Driver; | ||
|
||
namespace Adnc.Infra.IRepositories; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.