username@email.com
2025-02-05 2c918538dd43d6f80aaf9d4f6eaf30b61727a1c6
1
2
3
4
5
6
7
8
namespace cylsg.Application;
 
public class Mapper : IRegister
{
    public void Register(TypeAdapterConfig config)
    {
    }
}