public static GetNetProfitController Fixture()
 {
     GetNetProfitController controller = new GetNetProfitController(new GetNetProfitRepository(), "", new LoginView());
     return controller;
 }
Beispiel #2
0
        public static GetNetProfitController Fixture()
        {
            GetNetProfitController controller = new GetNetProfitController(new GetNetProfitRepository(), "", new LoginView());

            return(controller);
        }