예제 #1
0
 public RegisterPageViewModel()
 {
     this.sqlLite = new SqlLiteSetup();
     this.usersService = new UsersService();
     this.User = new UserViewModel();
 }
예제 #2
0
 public UserViewModel()
 {
     this.sqlLite = new SqlLiteSetup();
     this.usersService = new UsersService();
 }