started moving api layer to shared abstract class

This commit is contained in:
2021-10-20 16:22:49 -04:00
parent c91a7cf7e2
commit 5b46e2fb15
10 changed files with 90 additions and 18 deletions

View File

@@ -8,4 +8,5 @@
@using Microsoft.JSInterop
@using Web
@using Web.Shared
@using Web.Shared.Forms
@using Web.Shared.Forms
@using WebAPI.Data.Dto