C# Class JustPressPlay.ViewModels.QuestViewModel

ファイルを表示 Open project: RIT-MAGIC/JustPressPlay

Private Properties

Property Type Description

Public Methods

Method Description
Populate ( int id, UnitOfWork work = null ) : QuestViewModel

Populates an quest view model with information about a single quest

Method Details

Populate() public static method

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
return QuestViewModel