Ejemplo n.º 1
0
 public RegisterPageViewModel()
 {
     this.sqlLite = new SqlLiteSetup();
     this.usersService = new UsersService();
     this.User = new UserViewModel();
 }
Ejemplo n.º 2
0
 public UserViewModel()
 {
     this.sqlLite = new SqlLiteSetup();
     this.usersService = new UsersService();
 }