Exemplo n.º 1
0
        public static IsPurchaseController Fixture()
        {
            IsPurchaseController controller = new IsPurchaseController(new IsPurchaseRepository(), "", new LoginView());

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