diff --git a/RSND/Core/Querying/Queries/GetQuery.cs b/RSND/Core/Querying/Queries/GetQuery.cs index ed5ec62..30bd6bf 100644 --- a/RSND/Core/Querying/Queries/GetQuery.cs +++ b/RSND/Core/Querying/Queries/GetQuery.cs @@ -1,8 +1,5 @@ namespace RSND.Core.Querying.Queries; -/// -/// The query that gets a value from the database. -/// public class GetQuery : IQuery { public GetQuery(string table, string select, string where)