コード例 #1
0
 public async Task <bool> DeleteFeeSchedule(int id)
 {
     return(await _financialService.DeleteFeeSchedule(id));
 }