Exemple #1
0
        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;
 }