Exemplo n.º 1
0
 public async Task <bool> AddTagToPhoto(int photoId, int tagId)
 {
     return(await _repository.AddTagToPhoto(photoId, tagId));
 }