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,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;
namespace DATabase
namespace DATabase.Helper
{
class Remapping
{