Skip to content

Commit 433a310

Browse files
committed
Cleanup
1 parent 4f69aff commit 433a310

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

FetchXmlBuilder/Converters/CSharpCodeGeneratorFetchExpression.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
using System;
2-
using System.CodeDom.Compiler;
1+
using Rappen.XRM.Helpers.Extensions;
2+
using Rappen.XTB.FetchXmlBuilder.Settings;
3+
using System;
34
using System.Collections.Generic;
4-
using System.IO;
55
using System.Linq;
66
using System.Security;
77
using System.Text;
8-
using System.Threading.Tasks;
98
using System.Xml;
10-
using Rappen.XRM.Helpers.Extensions;
11-
using Rappen.XTB.FetchXmlBuilder.Settings;
129

1310
namespace Rappen.XTB.FetchXmlBuilder.Converters
1411
{

0 commit comments

Comments
 (0)