Remove useless comment

This commit is contained in:
j4ck 2022-06-02 21:08:34 +03:00
parent 1700f01e40
commit a2350b6478
1 changed files with 0 additions and 3 deletions

View File

@ -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)