Ejemplo n.º 1
0
 public void GetLatestMeme()
 {
     MemeCreation = memeCreations.GetLatestMeme();
     MemeImg      = MemeCreation.MemeImg;
 }
Ejemplo n.º 2
0
        public void OnGet()
        {
            MemeCreationRepository memeCreationRepo = new MemeCreationRepository(@"Data Source=(localdb)\mssqllocaldb;Initial Catalog=MemeGenerator;Integrated Security=True;");

            latestMeme = memeCreationRepo.GetLatestMeme();
        }