public static CanRegisterWithGoogleController Fixture()
 {
     CanRegisterWithGoogleController controller = new CanRegisterWithGoogleController(new CanRegisterWithGoogleRepository(), "", new LoginView());
     return controller;
 }
Esempio n. 2
0
        public static CanRegisterWithGoogleController Fixture()
        {
            CanRegisterWithGoogleController controller = new CanRegisterWithGoogleController(new CanRegisterWithGoogleRepository(), "", new LoginView());

            return(controller);
        }