Exemplo n.º 1
0
 public void AddOutParameter(DbCommand command, string name, DbType dbType, int size)
 {
     DatabaseInstance.AddOutParameter(command, name, dbType, size);
 }