C# Class JustPressPlay.ViewModels.AchievementViewModel

Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Populate ( int id, UnitOfWork work = null ) : AchievementViewModel

Populates an achievement view model with information about a single achievement

Method Details

Populate() public static méthode

Populates an achievement view model with information about a single achievement
public static Populate ( int id, UnitOfWork work = null ) : AchievementViewModel
id int The id of the achievement
work JustPressPlay.Models.Repositories.UnitOfWork The Unit of Work for DB access. If null, one will be created
Résultat AchievementViewModel