コード例 #1
0
 public GDPRFilter(IMaxMindService iMaxMindService)
 {
     _iMaxMindService = iMaxMindService;
 }
コード例 #2
0
 public HomeController(IMaxMindService iMaxMindService)
 {
     _iMaxMindService = iMaxMindService;
 }