Exemplo n.º 1
0
 void IConexion.AddOutParameter(System.Data.Common.DbCommand command, string name, System.Data.DbType dbType, int size)
 {
     DBConexion.AddOutParameter(command, name, dbType, size);
 }