Esempio n. 1
0
 public DataTable GetDdlRptMemFld(string GenPrefix, bool bAll, string keyId, string dbConnectionString, string dbPassword, UsrImpr ui, UsrCurr uc)
 {
     using (SqlReportAccessBase dac = GetSqlReportAccess())
     {
         return(dac.GetDdlRptMemFld(GenPrefix, bAll, keyId, dbConnectionString, dbPassword, ui, uc));
     }
 }