Beispiel #1
0
 System.Data.Common.DbCommand IConexion.GetStoredProcCommand(string storedProcedureName)
 {
     return(DBConexion.GetStoredProcCommand(storedProcedureName));
 }