1
0
mirror of synced 2025-02-22 21:29:59 +01:00
TaikoLocalServer/Server/Mappers/UserDataMappers.cs

11 lines
313 B
C#
Raw Normal View History

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