Exemplo n.º 1
0
 // Obtain stored procedure from the physical database for Custom Content.
 public string WrGetCustomSp(string CustomDtlId, byte DbId, string dbConnectionString, string dbPassword)
 {
     using (WebAccessBase dac = GetWebAccess())
     {
         return(dac.WrGetCustomSp(CustomDtlId, DbId, dbConnectionString, dbPassword));
     }
 }