コード例 #1
0
ファイル: DmlBase.cs プロジェクト: raont/refaction
 protected DmlBase(IHelpers helper)
 {
     Conn = helper.GetConnection();
 }