コード例 #1
0
 public ReponsitoryBase(IDapperContext dapperContext)
 {
     m_Connection = new SqlConnection(dapperContext.GetConnectionString());
 }