コード例 #1
0
 public ReadTests()
 {
     _sqlExecutor = new SqlExecutor.SqlExecutor();
 }
コード例 #2
0
ファイル: CommandTests.cs プロジェクト: zacjones91/Zapper
 public CommandTests()
 {
     _sqlExecutor = new SqlExecutor.SqlExecutor();
 }