Пример #1
0
 public Result delPlateList(List <int> Ids)
 {
     _plateBll.DelListByUpdateList(Ids);
     return(Result.Success());
 }