예제 #1
0
파일: DmlBase.cs 프로젝트: raont/refaction
 protected DmlBase(IHelpers helper)
 {
     Conn = helper.GetConnection();
 }