Exemplo n.º 1
0
 public StudentPageViewModel()
 {
     services          = new FirebaseDatabase();
     Students          = services.getStudent();
     AddStudentCommand = new Command(async() => await addStudentAsync(FirstName));
 }