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

            return(controller);
        }