1
0
mirror of synced 2025-02-22 05:19:38 +01:00
TaikoLocalServer/Server/Mappers/UserDataMappers.cs

9 lines
278 B
C#
Raw Permalink Normal View History

2024-11-29 15:50:01 +08:00
namespace Server.Mappers;
2024-11-24 02:23:25 +08:00
[Mapper]
public static partial class UserDataMappers
{
public static partial UserDataResponse MapTo3906(CommonUserDataResponse response);
public static partial Models.v3209.UserDataResponse MapTo3209(CommonUserDataResponse response);
}