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();
 }