Browse Source

Remove useless comment

master
j4ck 2 years ago
parent
commit
a2350b6478
  1. 3
      RSND/Core/Querying/Queries/GetQuery.cs

3
RSND/Core/Querying/Queries/GetQuery.cs

@ -1,8 +1,5 @@
namespace RSND.Core.Querying.Queries;
/// <summary>
/// The query that gets a value from the database.
/// </summary>
public class GetQuery : IQuery
{
public GetQuery(string table, string select, string where)

Loading…
Cancel
Save