summaryrefslogtreecommitdiff
path: root/DSACore/Auxiliary/Calculator/Operator.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-26 23:49:26 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-26 23:49:26 +0200
commit19bf37de7642ae8cdefd8fc6b4fadac3ac96ea9b (patch)
tree08e7a9b15d806777fa1b839e897a171823649ab1 /DSACore/Auxiliary/Calculator/Operator.cs
parentb411aa2128c2724bec0ecedb8cb4e1ffa59f3b53 (diff)
ported most code to WebApiProject
everything except the user identification and file locations should be somewhat functional
Diffstat (limited to 'DSACore/Auxiliary/Calculator/Operator.cs')
-rw-r--r--DSACore/Auxiliary/Calculator/Operator.cs4
1 files changed, 2 insertions, 2 deletions
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
{
/// <summary>
/// The Operator Class represents a binary operator with tow Arguments and an Operation type