C# Class JustPressPlay.ViewModels.LayoutViewModel

Holds basic info about a user that we might need on any given page
显示文件 Open project: RIT-MAGIC/JustPressPlay Class Usage Examples

Public Methods

Method Description
Populate ( UnitOfWork work = null ) : LayoutViewModel

Fills in any required user data for this view model

Method Details

Populate() public static method

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