/// <summary>
 /// Initializes a new instance of the <see cref="ViewModel"/> class.
 /// </summary>
 public UserInfoViewModel()
 {
     UserDetails1 = new UserInfoRepository().GetUserDetails1(100);
     UserDetails2 = new UserInfoRepository().GetUserDetails2(100);
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ViewModel"/> class.
 /// </summary>
 public UserInfoViewModel()
 {
     UserDetails = new UserInfoRepository().GetUserDetails(100);
 }