public ActionResult Details(int id)
 {
     var batchtypelog = new BatchBl();
     return View(batchtypelog.GetBatchById(id));
 }
Example #2
0
        public ActionResult Details(int id)
        {
            var batchtypelog = new BatchBl();

            return(View(batchtypelog.GetBatchById(id)));
        }