C# Class JustPressPlay.ViewModels.UserListViewModel

Contains a list of users for editting
Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Méthodes publiques

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

Populates an EditUserListViewModel with the list of all users

Method Details

Populate() public static méthode

Populates an EditUserListViewModel with the list of all users
public static Populate ( UnitOfWork work = null ) : UserListViewModel
work JustPressPlay.Models.Repositories.UnitOfWork The Unit of Work to use for DB access
Résultat UserListViewModel