C# Class JustPressPlay.ViewModels.ProfileViewModel

Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Private Properties

Свойство Type Description

Méthodes publiques

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

Fills out a profile view model

Method Details

Populate() public static méthode

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.
Résultat ProfileViewModel