File tree 4 files changed +8
-11
lines changed
4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
- using ApplicationCore . IServices ;
2
- using Infrastructure ;
1
+ using Infrastructure ;
3
2
using Microsoft . Extensions . Logging ;
4
3
using Snail . Common ;
5
4
using Snail . Permission . Entity ;
5
+ using Snail . Web . IServices ;
6
6
using System ;
7
7
using System . Linq ;
8
8
using System . Security . Cryptography ;
Original file line number Diff line number Diff line change 1
- using ApplicationCore . IServices ;
2
- using Microsoft . Extensions . DependencyInjection ;
1
+ using Microsoft . Extensions . DependencyInjection ;
2
+ using Snail . Web . IServices ;
3
3
using System ;
4
4
using System . Linq ;
5
5
using Xunit ;
Original file line number Diff line number Diff line change 1
- using ApplicationCore . IServices ;
2
- using Autofac ;
1
+ using Autofac ;
3
2
using Infrastructure ;
3
+ using Snail . Web . IServices ;
4
4
using Snail . Web . Services ;
5
5
using System ;
6
6
using System . Collections . Generic ;
Original file line number Diff line number Diff line change 1
- using ApplicationCore . IServices ;
2
- using Autofac ;
1
+ using Autofac ;
3
2
using Autofac . Extras . DynamicProxy ;
4
- using Infrastructure ;
5
- using Service ;
6
- using Snail . Web . Services ;
3
+ using Snail . Web . IServices ;
7
4
using System . Collections . Generic ;
8
5
using System . Reflection ;
9
6
using Module = Autofac . Module ;
You can’t perform that action at this time.
0 commit comments