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