コード例 #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();
 }