C# 클래스 JustPressPlay.ViewModels.LayoutViewModel

Holds basic info about a user that we might need on any given page
파일 보기 프로젝트 열기: RIT-MAGIC/JustPressPlay 1 사용 예제들

공개 메소드들

메소드 설명
Populate ( UnitOfWork work = null ) : LayoutViewModel

Fills in any required user data for this view model

메소드 상세

Populate() 공개 정적인 메소드

Fills in any required user data for this view model
public static Populate ( UnitOfWork work = null ) : LayoutViewModel
work JustPressPlay.Models.Repositories.UnitOfWork The Unit of Work for DB access
리턴 LayoutViewModel