コード例 #1
0
 public async Task <ApiResponse <GetOpenRentsPaymentForecastOutput> > GetOpenRentsPaymentForecast([FromBody] GetOpenRentsPaymentForecastInput input)
 {
     return(await _rentManipulationController.GetOpenRentsPaymentForecast(input));
 }
コード例 #2
0
 public async Task <ApiResponse <GetOpenRentsPaymentForecastOutput> > GetOpenRentsPaymentForecast(GetOpenRentsPaymentForecastInput input)
 {
     return(await ApiResponses.GetUseCaseInteractorResponse <GetOpenRentsPaymentForecastRequirement, GetOpenRentsPaymentForecastResult, GetOpenRentsPaymentForecastInput, GetOpenRentsPaymentForecastOutput>(_useCasesReadOnlyInteractor.GetOpenRentsPaymentForecast, input));
 }