コード例 #1
0
 public async Task <int> AddProgram(ProgramDTO program)
 {
     return(await _financialService.AddProgram(program));
 }