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

Update Razor components to use IHttpService and new DTO classes #226

Closed hoeyi closed 1 year ago

hoeyi commented 1 year ago

Description

IHttpService<> and the new DTO classes contained in DataTransfer.Common supersede the methods and representations handled by IController and, to a lesser extent, `IBatchController. Update the type and method references in the Razor components, removing the dependency on the deprecated DTO classes and controller methods.

Criteria