Exemplo n.º 1
0
 public IResult DeleteRange(List <Car> entities)
 {
     _carDal.DeleteRange(entities);
     return(new SuccessResult());
 }