コード例 #1
0
 public async Task <int> AddFeeSchedule(FeeScheduleDTO feeSchedule)
 {
     return(await _financialService.AddFeeSchedule(feeSchedule));
 }