Exemple #1
0
 //
 // GET: /Report/
 public ActionResult Bill(DynamicReportHeaderViewModel model)
 {
     ModelState.Clear();
     return(View(model));
 }
Exemple #2
0
 //
 // GET: /Report/
 public ActionResult CustomerdDetail(DynamicReportHeaderViewModel model)
 {
     ModelState.Clear();
     return(View(model));
 }