コード例 #1
0
 public static GetEntityIdByPartyIdController Fixture()
 {
     GetEntityIdByPartyIdController controller = new GetEntityIdByPartyIdController(new GetEntityIdByPartyIdRepository(), "", new LoginView());
     return controller;
 }
コード例 #2
0
        public static GetEntityIdByPartyIdController Fixture()
        {
            GetEntityIdByPartyIdController controller = new GetEntityIdByPartyIdController(new GetEntityIdByPartyIdRepository(), "", new LoginView());

            return(controller);
        }