qwj
2023-08-21 fab35da3e1218a329e4acbe71e8d333c1dcbcadd
1
2
3
4
5
6
7
8
namespace DocumentServiceAPI.Application;
 
public class Mapper : IRegister
{
    public void Register(TypeAdapterConfig config)
    {
    }
}