C# Class JustPressPlay.ViewModels.QuestViewModel

Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Private Properties

Свойство Type Description

Méthodes publiques

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

Populates an quest view model with information about a single quest

Method Details

Populate() public static méthode

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