username@email.com
2023-08-16 65d00bdb20608516fe2c6ed880162aa3d314cea9
1
2
3
4
5
6
7
8
namespace DocumentServiceAPI.Application;
 
public class Mapper : IRegister
{
    public void Register(TypeAdapterConfig config)
    {
    }
}