First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Nuvolar.Scanner.Module.CSharp
{
public class SimpleQuery
{
public string UserName { get; set; }
public string Password { get; set; }
public string Database { get; set; }
public string Query { get; set; }
}
}