public static ItemTypeScrudViewController Fixture()
 {
     ItemTypeScrudViewController controller = new ItemTypeScrudViewController(new ItemTypeScrudViewRepository(), "", new LoginView());
     return controller;
 }
Esempio n. 2
0
        public static ItemTypeScrudViewController Fixture()
        {
            ItemTypeScrudViewController controller = new ItemTypeScrudViewController(new ItemTypeScrudViewRepository(), "", new LoginView());

            return(controller);
        }