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