예제 #1
0
 public UserProfileViewModel()
 {
     userStore   = ServiceLocator.Instance.Resolve <IUserStore>();
     ratingStore = ServiceLocator.Instance.Resolve <IRatingStore>();
     wishStore   = ServiceLocator.Instance.Resolve <IWishStore>();
 }
예제 #2
0
 public WishListViewModel()
 {
     wishStore = ServiceLocator.Instance.Resolve <IWishStore>();
 }
 public WishListViewModel()
 {
     wishStore = ServiceLocator.Instance.Resolve<IWishStore>();
 }
 public UserProfileViewModel()
 {
     userStore = ServiceLocator.Instance.Resolve<IUserStore>();
     ratingStore = ServiceLocator.Instance.Resolve<IRatingStore>();
     wishStore = ServiceLocator.Instance.Resolve<IWishStore>();
 }