Example #1
0
 public ActionResult Index()
 {
     m_homeModel.CountNumberOfPhotos();
     return(View(m_homeModel));
 }