Example #1
0
 public IActionResult Delete(long id)
 {
     _jobtype.RemoveJobType(id);
     _toastNotification.AddSuccessToastMessage("تم الحذف بنجاح");
     return(RedirectToAction(nameof(Index)));
 }