C# Class BlueCollar.Dashboard.Models.HomeIndex

View model for Home/Index actions.
Inheritance: PageViewModelBase
Afficher le fichier Open project: ChadBurggraf/blue-collar

Méthodes publiques

Méthode Description
Fill ( IRepository repository, ModelStateDictionary modelState ) : bool

Fills the model with data.

Method Details

Fill() public méthode

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.
Résultat bool