//Methods
 #region OnGet
 public void OnGet()
 {
     this.GalleryVM = new GalleryPartialModel("/images/dakar/cars/l040/");
 }
 //Methods
 #region OnGet
 public void OnGet()
 {
     this.GalleryVM = new GalleryPartialModel("/images/gallery/l040/");
 }
Esempio n. 3
0
 //Methods
 #region OnGet
 public void OnGet()
 {
     this.GalleryVM = new GalleryPartialModel("/images/gallery/evolution/");
 }