Put Helper classes in their own namespace

This commit is contained in:
Matt Nadareski
2016-03-24 14:03:22 -07:00
parent a30ebed20c
commit 02d36e2abd
5 changed files with 8 additions and 15 deletions

View File

@@ -1,10 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq;
using System.Text.RegularExpressions;
using System.Xml.Linq;
namespace DATabase
namespace DATabase.Helper
{
class Converters
{