mirror of https://github.com/abpframework/abp.git
5 changed files with 14 additions and 12 deletions
@ -1,9 +1,10 @@ |
|||
using Newtonsoft.Json; |
|||
|
|||
namespace Volo.Abp.Json |
|||
namespace Volo.Abp.Json |
|||
{ |
|||
public class AbpJsonOptions |
|||
{ |
|||
public JsonSerializerSettings SerializerSettings { get; } = new JsonSerializerSettings(); |
|||
/// <summary>
|
|||
/// Used to set default value for the DateTimeFormat.
|
|||
/// </summary>
|
|||
public string DefaultDateTimeFormat { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue