Beispiel #1
0
 public static StoreTypeController Fixture()
 {
     StoreTypeController controller = new StoreTypeController(new StoreTypeRepository(), "", new LoginView());
     return controller;
 }
Beispiel #2
0
        public static StoreTypeController Fixture()
        {
            StoreTypeController controller = new StoreTypeController(new StoreTypeRepository(), "", new LoginView());

            return(controller);
        }