Mapper.cs 142 B

12345678
  1. namespace gpt_api.Application;
  2. public class Mapper : IRegister
  3. {
  4. public void Register(TypeAdapterConfig config)
  5. {
  6. }
  7. }