File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- using MongoDB . Driver ;
2
-
3
- namespace ClerkDemo . Database . MongoDB ;
1
+ namespace ClerkDemo . ConfigurationModels ;
4
2
public class MongoConnectionSettings
5
3
{
6
4
public const string MongoSettings = "MongoSettings" ;
Original file line number Diff line number Diff line change 1
- using ClerkDemo . Entities ;
1
+ using ClerkDemo . ConfigurationModels ;
2
+ using ClerkDemo . Entities ;
2
3
using MongoDB . Bson ;
3
4
using MongoDB . Driver ;
4
5
using MongoDB . Driver . Linq ;
Original file line number Diff line number Diff line change 1
1
using Clerk . Net . DependencyInjection ;
2
2
using ClerkDemo . ConfigurationModels ;
3
3
using ClerkDemo . Database ;
4
- using ClerkDemo . Database . MongoDB ;
5
4
using ClerkDemo . Extensions ;
6
5
using ClerkDemo . Services ;
7
6
Original file line number Diff line number Diff line change 1
1
using ClerkDemo . Controllers . DTOs ;
2
2
using ClerkDemo . Database ;
3
- using ClerkDemo . Database . MongoDB ;
4
3
using ClerkDemo . Entities ;
5
4
using System . Linq . Expressions ;
6
5
You can’t perform that action at this time.
0 commit comments