C# Class JustPressPlay.ViewModels.ProfileViewModel

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

Private Properties

Property Type Description

Public Methods

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

Fills out a profile view model

Method Details

Populate() public static method

Fills out a profile view model
public static Populate ( int id, UnitOfWork work = null ) : ProfileViewModel
id int The id of the player
work JustPressPlay.Models.Repositories.UnitOfWork The unit of work to use. If null, one will be created.
return ProfileViewModel