Example #1
0
 public async Task DeleteWidgetAsync(string id)
 {
     await _widgetRepository.DeleteAsync(id);
 }