Ejemplo n.º 1
0
        public static PerformEodOperationController Fixture()
        {
            PerformEodOperationController controller = new PerformEodOperationController(new PerformEodOperationRepository(), "", new LoginView());

            return(controller);
        }
 public static PerformEodOperationController Fixture()
 {
     PerformEodOperationController controller = new PerformEodOperationController(new PerformEodOperationRepository(), "", new LoginView());
     return controller;
 }