示例#1
0
 public async Task Add(int photoId)
 {
     await _likesService.AddAsync(photoId);
 }