public void Post(DeleteSmartMatchEntry request) { request.Entries.ForEach(entry => { _iFileOrganizationService.DeleteSmartMatchEntry(entry.Name, entry.Value); }); }
public void Post(DeleteSmartMatchEntry request) { foreach (var entry in request.Entries) { _iFileOrganizationService.DeleteSmartMatchEntry(entry.Name, entry.Value); } }