public static FilterNameViewController Fixture()
 {
     FilterNameViewController controller = new FilterNameViewController(new FilterNameViewRepository());
     return controller;
 }
Beispiel #2
0
        public static FilterNameViewController Fixture()
        {
            FilterNameViewController controller = new FilterNameViewController(new FilterNameViewRepository(), "", new LoginView());

            return(controller);
        }