示例#1
0
 public void RepairDb(IEnumerable <string> sqls, Action <int> change)
 {
     _TargetRepository.RepairDb(sqls, change);
 }