Remove useless comment
This commit is contained in:
parent
1700f01e40
commit
a2350b6478
|
@ -1,8 +1,5 @@
|
||||||
namespace RSND.Core.Querying.Queries;
|
namespace RSND.Core.Querying.Queries;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The query that gets a value from the database.
|
|
||||||
/// </summary>
|
|
||||||
public class GetQuery : IQuery
|
public class GetQuery : IQuery
|
||||||
{
|
{
|
||||||
public GetQuery(string table, string select, string where)
|
public GetQuery(string table, string select, string where)
|
||||||
|
|
Loading…
Reference in New Issue