Example #1
0
        public static IsPurchaseController Fixture()
        {
            IsPurchaseController controller = new IsPurchaseController(new IsPurchaseRepository(), "", new LoginView());

            return(controller);
        }
 public static IsPurchaseController Fixture()
 {
     IsPurchaseController controller = new IsPurchaseController(new IsPurchaseRepository(), "", new LoginView());
     return controller;
 }