Example #1
0
        public ActionResult Search(int id)
        {
            ReportDBHandle dbhandle = new ReportDBHandle();

            ModelState.Clear();
            return(View(dbhandle.ViewLotId()));
        }