Example #1
0
        public static TaxRateTypeController Fixture()
        {
            TaxRateTypeController controller = new TaxRateTypeController(new TaxRateTypeRepository(), "", new LoginView());

            return(controller);
        }
 public static TaxRateTypeController Fixture()
 {
     TaxRateTypeController controller = new TaxRateTypeController(new TaxRateTypeRepository(), "", new LoginView());
     return controller;
 }