C# Class JustPressPlay.ViewModels.UserListViewModel

Contains a list of users for editting
显示文件 Open project: RIT-MAGIC/JustPressPlay

Public Methods

Method Description
Populate ( UnitOfWork work = null ) : UserListViewModel

Populates an EditUserListViewModel with the list of all users

Method Details

Populate() public static method

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