cleanup. refactored program.cs to make use of static setup classes

This commit is contained in:
StevanFreeborn
2022-06-24 12:22:40 -05:00
parent 15eea06073
commit 5185323d7b
4 changed files with 127 additions and 104 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace server.Models
namespace server.Models
{
public class CharacterFilter
{