hoeyi / Ozym

A web-application for tracking personal finances. Built using Blazor, ASP.NET Core, and Entity Framework Core.
3 stars 0 forks source link

Add services handling CRUD operations for collections #222

Closed hoeyi closed 11 months ago

hoeyi commented 1 year ago

Description

The majority of CRUD operations are to be handled by the API endpoints, but modifications to collections is not supported. This is especially important where the business logic is dependent on handling large data sets at once, like investment transactions.

Add specialized services to take the place of API calls for modifying record collections.

Criteria

The service classes need to support the following objects: