We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9767c commit bf64403Copy full SHA for bf64403
1 file changed
src/Regula.DocumentReader.WebClient/Model/StatusResult.cs
@@ -9,12 +9,18 @@
9
*/
10
11
using System;
12
+using System.Linq;
13
using System.IO;
14
using System.Text;
15
+using System.Text.RegularExpressions;
16
+using System.Collections;
17
using System.Collections.Generic;
18
+using System.Collections.ObjectModel;
19
using System.Runtime.Serialization;
20
using Newtonsoft.Json;
21
+using Newtonsoft.Json.Converters;
22
using System.ComponentModel.DataAnnotations;
23
+using OpenAPIDateConverter = Regula.DocumentReader.WebClient.Client.OpenAPIDateConverter;
24
25
namespace Regula.DocumentReader.WebClient.Model
26
{
0 commit comments