예제 #1
0
        public static MajorIndexListingViewModel LoadMajorIndexViewModel(IMajorIndexService majorIndexService)
        {
            MajorIndexListingViewModel majorIndexViewModel = new MajorIndexListingViewModel(majorIndexService);

            majorIndexViewModel.LoadMajorIndexes();
            return(majorIndexViewModel);
        }
예제 #2
0
 public HomeViewModel(MajorIndexListingViewModel majorIndexViewModel)
 {
     _MajorIndexListingViewModel = majorIndexViewModel;
 }