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

            return(controller);
        }