Exemple #1
0
        public static CardTypeController Fixture()
        {
            CardTypeController controller = new CardTypeController(new CardTypeRepository(), "", new LoginView());

            return(controller);
        }
Exemple #2
0
 public static CardTypeController Fixture()
 {
     CardTypeController controller = new CardTypeController(new CardTypeRepository(), "", new LoginView());
     return controller;
 }