C# Класс JustPressPlay.ViewModels.ProfileViewModel

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Populate ( int id, UnitOfWork work = null ) : ProfileViewModel

Fills out a profile view model

Описание методов

Populate() публичный статический Метод

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.
Результат ProfileViewModel