C# Class JustPressPlay.ViewModels.LayoutViewModel

Holds basic info about a user that we might need on any given page
Afficher le fichier Open project: RIT-MAGIC/JustPressPlay Class Usage Examples

Méthodes publiques

Méthode Description
Populate ( UnitOfWork work = null ) : LayoutViewModel

Fills in any required user data for this view model

Method Details

Populate() public static méthode

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
Résultat LayoutViewModel