Пример #1
0
 //
 // GET: /Report/
 public ActionResult Report()
 {
     BaseViewModel model = new BaseViewModel();
     model.CurrentTenant = CurrentTenant;
     return View("Index", model);
 }
Пример #2
0
 //
 // GET: /Apple/Report/
 public ActionResult RetailerInfo()
 {
     BaseViewModel model = new BaseViewModel();
     model.CurrentTenant = CurrentTenant;
     return View("RetailerInfo", model);
 }