C# Class BlueCollar.Dashboard.Models.PageViewModelBase

Base implementation of IPageViewModel.
Inheritance: IPageViewModel
Show file Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
Fill ( IRepository repository, ModelStateDictionary modelState ) : bool

Fills the model with data.

Method Details

Fill() public method

Fills the model with data.
public Fill ( IRepository repository, ModelStateDictionary modelState ) : bool
repository IRepository The repository to use.
modelState ModelStateDictionary The model state dictionary to add errors to.
return bool