Ejemplo n.º 1
0
 public async Task UpdateFileNames(IEnumerable <string> from, IEnumerable <string> to)
 => await _context.MoveFiles(from, to);