Browse Source
Update AbpDefaultContractResolver.cs
pull/15989/head
maliming
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
framework/src/Volo.Abp.Json.Newtonsoft/Volo/Abp/Json/Newtonsoft/AbpDefaultContractResolver.cs
|
|
|
@ -1,11 +1,10 @@ |
|
|
|
using System.Reflection; |
|
|
|
using Newtonsoft.Json; |
|
|
|
using Newtonsoft.Json.Serialization; |
|
|
|
using Volo.Abp.DependencyInjection; |
|
|
|
|
|
|
|
namespace Volo.Abp.Json.Newtonsoft; |
|
|
|
|
|
|
|
public class AbpDefaultContractResolver : DefaultContractResolver, ITransientDependency |
|
|
|
public class AbpDefaultContractResolver : DefaultContractResolver |
|
|
|
{ |
|
|
|
private readonly AbpDateTimeConverter _dateTimeConverter; |
|
|
|
|
|
|
|
|