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

            return(controller);
        }