public FirebaseService()
 {
     AuthService = new GoogleAuthenticationService();
 }
Exemple #2
0
 public ReportingService()
 {
     AuthService = new GoogleAuthenticationService();
 }