openactive / OpenActive.Server.NET

.NET server library, including an OpenActive Reference Implementation
MIT License
0 stars 7 forks source link

Make abstract SellerStore methods async #138

Closed matdavies closed 3 years ago

matdavies commented 3 years ago

111 made most things async, but I think SellerStore got missed from the sweep?

https://github.com/openactive/OpenActive.Server.NET/blob/6b3680986424a0baeb2462f44d97cc17c39b0707/OpenActive.Server.NET/OpenBookingHelper/Stores/SellerStore.cs#L29-L35

Should be changed to be Task<ILegalEntity> returning and have Async appended.