File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/AbpCompanyName.AbpProjectName.Web Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Globalization ;
3
2
using Abp . AspNetCore ;
4
3
using Abp . AspNetCore . Mvc . Auditing ;
5
4
using Abp . AspNetCore . Mvc . Authorization ;
6
5
using Abp . AspNetCore . Mvc . ExceptionHandling ;
7
6
using Abp . AspNetCore . Mvc . Results ;
8
7
using Abp . AspNetCore . Mvc . Validation ;
9
8
using Abp . Configuration . Startup ;
10
- using Abp . Localization ;
11
9
using AbpCompanyName . AbpProjectName . EntityFrameworkCore ;
12
10
using Castle . Facilities . Logging ;
13
11
using Microsoft . AspNetCore . Builder ;
14
12
using Microsoft . AspNetCore . Hosting ;
15
13
using Microsoft . AspNetCore . Http ;
16
- using Microsoft . AspNetCore . Localization ;
17
14
using Microsoft . AspNetCore . Mvc . Formatters ;
18
15
using Microsoft . AspNetCore . Mvc . Infrastructure ;
19
16
using Microsoft . EntityFrameworkCore ;
23
20
using Microsoft . Extensions . Logging ;
24
21
using Newtonsoft . Json ;
25
22
using Newtonsoft . Json . Serialization ;
26
- using Abp . Dependency ;
27
- using System . Linq ;
28
- using System . Threading ;
29
- using System . Threading . Tasks ;
30
23
31
24
namespace AbpCompanyName . AbpProjectName . Web
32
25
{
You can’t perform that action at this time.
0 commit comments