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