sienar-cms / core

Apache License 2.0
0 stars 0 forks source link

Update `IEntity____` interfaces to return `OperationResult<T>` instead of directly returning their values #29

Closed christianlevesque closed 2 weeks ago

christianlevesque commented 2 weeks ago

This will both normalize the API and allow the proposed OperationResult-to-ObjectResult mapper in #28 to work with IEntity____ as well. This should be completed prior to #28.