Beispiel #1
0
 public ApiResult Done(int id)
 {
     _tidingsService.Done(id);
     return(ApiResult.Success());
 }