edit method

bool edit(
  1. int index,
  2. IInfo info
)

Implementation

bool edit(int index, IInfo info) {
  return storage.edit(index, info);
}