public void DeleteShare(string id) { _repository.DeleteShare(id); }
public Task DeleteShare(string id) { return(_repository.DeleteShare(id)); }