Exemple #1
0
 public IActionResult OrderHistory()
 {
     return(View(storeViewModel.OrderHistory(TempData.Peek("StoreLoggedIn").ToString())));
 }