C# 클래스 BlueCollar.Dashboard.Models.HomeIndex

View model for Home/Index actions.
상속: PageViewModelBase
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
Fill ( IRepository repository, ModelStateDictionary modelState ) : bool

Fills the model with data.

메소드 상세

Fill() 공개 메소드

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.
리턴 bool