예제 #1
0
        public static GetBrandCodeByBrandIdController Fixture()
        {
            GetBrandCodeByBrandIdController controller = new GetBrandCodeByBrandIdController(new GetBrandCodeByBrandIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetBrandCodeByBrandIdController Fixture()
 {
     GetBrandCodeByBrandIdController controller = new GetBrandCodeByBrandIdController(new GetBrandCodeByBrandIdRepository(), "", new LoginView());
     return controller;
 }