username@email.com
2024-08-15 d3bf3cea8c5a35a8a6ecd5c7d2652f869bac6c44
1
2
3
4
5
6
7
8
namespace cylsg.Application;
 
public class Mapper : IRegister
{
    public void Register(TypeAdapterConfig config)
    {
    }
}