Beispiel #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     objSourceMastersModel.DeleteRevenueType(id);
     TempData["SuccessMSG"] = "You have successfully deleted Revenue Type.";
     return(RedirectToAction("Index"));
 }