Example #1
0
 public async Task ReleaseAsync(string id)
 {
     await _articlesRepository.ReleaseAsync(id);
 }