Skip to content

Commit

Permalink
Correct model
Browse files Browse the repository at this point in the history
  • Loading branch information
alvachien committed Mar 8, 2022
1 parent 78d5ed6 commit f53deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hihapi/Models/EdmModelBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static IEdmModel GetEdmModel()
// .ReturnsCollection<FinanceReportByTransactionType>();
actionReportByCCMOM.Parameter<int>("HomeID");
actionReportByCCMOM.Parameter<int>("ControlCenterID");
actionReportByTTMOM.Parameter<bool?>("IncludeChildren");
actionReportByCCMOM.Parameter<bool?>("IncludeChildren");
actionReportByCCMOM.Parameter<string>("Period");
actionReportByCCMOM.ReturnsFromEntitySet<FinanceReportByControlCenterMOM>("FinanceReportByControlCenterMOMs");
// Action: Get Report by Order
Expand Down

0 comments on commit f53deab

Please sign in to comment.