public void RepairDb(IEnumerable <string> sqls, Action <int> change) { _TargetRepository.RepairDb(sqls, change); }