Exemplo n.º 1
0
 //
 // GET: /Report/
 public ActionResult Report()
 {
     BaseViewModel model = new BaseViewModel();
     model.CurrentTenant = CurrentTenant;
     return View("Index", model);
 }
Exemplo n.º 2
0
 //
 // GET: /Apple/Report/
 public ActionResult RetailerInfo()
 {
     BaseViewModel model = new BaseViewModel();
     model.CurrentTenant = CurrentTenant;
     return View("RetailerInfo", model);
 }