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