diff --git a/.idea/.idea.RSND/.idea/vcs.xml b/.idea/.idea.RSND/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.RSND/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/RSND/Core/Querying/Queries/GetQuery.cs b/RSND/Core/Querying/Queries/GetQuery.cs index 4d8bdf8..5ca17bc 100644 --- a/RSND/Core/Querying/Queries/GetQuery.cs +++ b/RSND/Core/Querying/Queries/GetQuery.cs @@ -2,7 +2,6 @@ public class GetQuery : IQuery { - public string Type { get; set; } public string Table { get; set; } public string Select { get; set; } public string Where { get; set; }