Exemplo n.º 1
0
 public static GoogleSignInController Fixture()
 {
     GoogleSignInController controller = new GoogleSignInController(new GoogleSignInRepository());
     return controller;
 }
Exemplo n.º 2
0
        public static GoogleSignInController Fixture()
        {
            GoogleSignInController controller = new GoogleSignInController(new GoogleSignInRepository(), "", new LoginView());

            return(controller);
        }