Example #1
0
 public IActionResult Del(int id)
 {
     _wareHouseService.DelWareHouseById(id);
     return(RedirectToAction("Index"));
 }