BlueCollar.Dashboard.Models.PageViewModelBase.Fill C# (CSharp) Method

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
        public virtual bool Fill(IRepository repository, ModelStateDictionary modelState)
        {
            return true;
        }
PageViewModelBase