public FirebaseService()
 {
     AuthService = new GoogleAuthenticationService();
 }
Esempio n. 2
0
 public ReportingService()
 {
     AuthService = new GoogleAuthenticationService();
 }