public static GetCostOfGoodMethodController Fixture()
 {
     GetCostOfGoodMethodController controller = new GetCostOfGoodMethodController(new GetCostOfGoodMethodRepository(), "", new LoginView());
     return controller;
 }
Exemplo n.º 2
0
        public static GetCostOfGoodMethodController Fixture()
        {
            GetCostOfGoodMethodController controller = new GetCostOfGoodMethodController(new GetCostOfGoodMethodRepository(), "", new LoginView());

            return(controller);
        }