refactor: split shared models and DTOs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using System.Net.Http.Json;
|
||||
using ASTRAIN.Shared;
|
||||
using ASTRAIN.Shared.Dtos;
|
||||
using ASTRAIN.Shared.Requests;
|
||||
using ASTRAIN.Shared.Responses;
|
||||
|
||||
namespace ASTRAIN.Client.Services;
|
||||
|
||||
|
||||
@@ -9,5 +9,7 @@
|
||||
@using ASTRAIN.Client
|
||||
@using ASTRAIN.Client.Layout
|
||||
@using ASTRAIN.Client.Services
|
||||
@using ASTRAIN.Shared
|
||||
@using ASTRAIN.Shared.Dtos
|
||||
@using ASTRAIN.Shared.Requests
|
||||
@using ASTRAIN.Shared.Responses
|
||||
@using ASTRAIN.Client.Pages
|
||||
|
||||
Reference in New Issue
Block a user