refactor(dtos): promote PresentDto to Common/

This commit is contained in:
gamer147
2026-06-08 20:35:42 -04:00
parent 2ce399ff87
commit bf51dabcff
4 changed files with 58 additions and 50 deletions

View File

@@ -3,6 +3,7 @@ using Microsoft.EntityFrameworkCore;
using SVSim.Database;
using SVSim.Database.Enums;
using SVSim.Database.Services.Inventory;
using SVSim.EmulatedEntrypoint.Models.Dtos.Common;
using SVSim.EmulatedEntrypoint.Models.Dtos.Requests.Gift;
using SVSim.EmulatedEntrypoint.Models.Dtos.Responses.Gift;