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

            return(controller);
        }