Move Mapster config to static constructors (#7)

This commit is contained in:
Adam Hathcock
2024-06-14 13:04:45 +01:00
committed by GitHub
parent a71073b377
commit 4303a788ab
25 changed files with 98 additions and 111 deletions
@@ -22,9 +22,8 @@ using System;
{
_Instance = instance;
}
}
#nullable restore