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

            return(controller);
        }