From e6181c24124d97f2fbc932b8a68311e625463156 Mon Sep 17 00:00:00 2001 From: uzvkl Date: Tue, 11 Jun 2019 23:05:52 +0200 Subject: Move dsa related stuff to subfolder --- DSALib/Models/Database/DSA/CharSpell.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 DSALib/Models/Database/DSA/CharSpell.cs (limited to 'DSALib/Models/Database/DSA/CharSpell.cs') diff --git a/DSALib/Models/Database/DSA/CharSpell.cs b/DSALib/Models/Database/DSA/CharSpell.cs deleted file mode 100644 index d08bc74..0000000 --- a/DSALib/Models/Database/DSA/CharSpell.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace DSALib.Models.Database.Dsa -{ - public class CharSpell - { - public CharSpell(string representation, int value) - { - this.representation = representation ?? throw new ArgumentNullException(nameof(representation)); - this.value = value; - } - - public string representation { get; set; } - public int value { get; set; } - } -} \ No newline at end of file -- cgit v1.2.3-70-g09d2