Esempio n. 1
0
 public static SqlDataReader ExecuteReader(string storedProcName)
 {
     return(mssqlHelper.ExecuteReader(storedProcName));
 }