1
0
mirror of synced 2025-02-07 15:01:25 +01:00

Fixed incomplete implementation of ura fumen purchase

This commit is contained in:
S-Sebb 2024-11-09 01:49:09 +08:00
parent fbde6e5410
commit b223009c1d

View File

@ -11,5 +11,5 @@ public static partial class SongPurchaseMappers
public static partial PurchaseSongCommand MapToCommand(SongPurchaseRequest request);
public static partial PurchaseSongCommand MapToCommand(Models.v3209.SongPurchaseRequest request);
public static partial PurchaseSongCommandCN MapToCommand(Models.v3209.SongPurchaseRequest request);
}