From 19bf37de7642ae8cdefd8fc6b4fadac3ac96ea9b Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Wed, 26 Sep 2018 23:49:26 +0200 Subject: ported most code to WebApiProject everything except the user identification and file locations should be somewhat functional --- DSACore/Auxiliary/Calculator/Operator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DSACore/Auxiliary/Calculator/Operator.cs') diff --git a/DSACore/Auxiliary/Calculator/Operator.cs b/DSACore/Auxiliary/Calculator/Operator.cs index 703f060..440e21e 100644 --- a/DSACore/Auxiliary/Calculator/Operator.cs +++ b/DSACore/Auxiliary/Calculator/Operator.cs @@ -1,7 +1,7 @@ using System; -using DSACore.Auxiliary; +using DSACorev.Auxiliary.Calculator; -namespace DiscoBot.Auxiliary.Calculator +namespace DSACore.Auxiliary.Calculator { /// /// The Operator Class represents a binary operator with tow Arguments and an Operation type -- cgit v1.2.3-54-g00ecf