public static GetUserIdByEmailController Fixture() { GetUserIdByEmailController controller = new GetUserIdByEmailController(new GetUserIdByEmailRepository(), "", new LoginView()); return(controller); }
public static GetUserIdByEmailController Fixture() { GetUserIdByEmailController controller = new GetUserIdByEmailController(new GetUserIdByEmailRepository(), "", new LoginView()); return controller; }