public async Task updateAll(List <Employee> employees) { try { await api.updateAll(employees); } catch (Exception ex) { throw ex; } }