Example #1
0
 public static ScrudFactoryController Fixture()
 {
     ScrudFactoryController controller = new ScrudFactoryController(new ScrudFactoryRepository(), "", new LoginView());
     return controller;
 }
Example #2
0
        public static ScrudFactoryController Fixture()
        {
            ScrudFactoryController controller = new ScrudFactoryController(new ScrudFactoryRepository(), "", new LoginView());

            return(controller);
        }