示例#1
0
 public async Task <Code> GetByID(long id)
 {
     return(await _codeService.GetByID(id));
 }