public static GetAveragePartyTransactionController Fixture()
 {
     GetAveragePartyTransactionController controller = new GetAveragePartyTransactionController(new GetAveragePartyTransactionRepository(), "", new LoginView());
     return controller;
 }
Пример #2
0
        public static GetAveragePartyTransactionController Fixture()
        {
            GetAveragePartyTransactionController controller = new GetAveragePartyTransactionController(new GetAveragePartyTransactionRepository(), "", new LoginView());

            return(controller);
        }