Ejemplo n.º 1
0
        public static AccountMasterController Fixture()
        {
            AccountMasterController controller = new AccountMasterController(new AccountMasterRepository(), "", new LoginView());

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