示例#1
0
 public async Task <int> Put(int id)
 {
     return(await _repository.GetTotal(id));
 }