Esempio n. 1
0
        public PartialViewResult BaseScoreCards(ScoreCardsViewModel model)
        {
            var scoreCards = this.baseScoreCardRepository.FindForUser(model.ToScoreCardFilter(this.GetScoreCardStateFilter(model.Id)));

            return(this.PartialView(scoreCards));
        }