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

            return(controller);
        }
 public static GetAccountMasterIdByAccountMasterCodeController Fixture()
 {
     GetAccountMasterIdByAccountMasterCodeController controller = new GetAccountMasterIdByAccountMasterCodeController(new GetAccountMasterIdByAccountMasterCodeRepository(), "", new LoginView());
     return controller;
 }