コード例 #1
0
        public static GetAccountViewByAccountMasterIdController Fixture()
        {
            GetAccountViewByAccountMasterIdController controller = new GetAccountViewByAccountMasterIdController(new GetAccountViewByAccountMasterIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetAccountViewByAccountMasterIdController Fixture()
 {
     GetAccountViewByAccountMasterIdController controller = new GetAccountViewByAccountMasterIdController(new GetAccountViewByAccountMasterIdRepository(), "", new LoginView());
     return controller;
 }