Exemple #1
0
        public PartialViewResult OnGetRandom()
        {
            var potion = _alchemyService.GetRandomPotion();

            return(Partial(SitePages.MajorAlchemy_Result, potion));
        }