コード例 #1
0
 public async Task <IResultModel> AddVisitCount(int id)
 {
     return(ResultModel.Result(await _repository.AddVisitCount(id)));
 }