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