Ejemplo n.º 1
0
        public static SalesTaxTypeController Fixture()
        {
            SalesTaxTypeController controller = new SalesTaxTypeController(new SalesTaxTypeRepository(), "", new LoginView());

            return(controller);
        }
Ejemplo n.º 2
0
 public static SalesTaxTypeController Fixture()
 {
     SalesTaxTypeController controller = new SalesTaxTypeController(new SalesTaxTypeRepository(), "", new LoginView());
     return controller;
 }