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/ISolvable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSACore/Auxiliary/Calculator/ISolvable.cs') diff --git a/DSACore/Auxiliary/Calculator/ISolvable.cs b/DSACore/Auxiliary/Calculator/ISolvable.cs index a869bdb..1f571d0 100644 --- a/DSACore/Auxiliary/Calculator/ISolvable.cs +++ b/DSACore/Auxiliary/Calculator/ISolvable.cs @@ -1,4 +1,4 @@ -namespace DiscoBot.Auxiliary.Calculator +namespace DSACore.Auxiliary.Calculator { /// /// Object has to be able to return an integer as it's value -- cgit v1.2.3-54-g00ecf