public async Task <IEnumerable <Restore> > Get() { return(await _restoreService.GetAllRestorsAsync()); }
public Task<IEnumerable<Restore>> Get(Guid connectionId) { return _restoreService.GetAllRestorsAsync(connectionId); }