コード例 #1
0
ファイル: BuyService.cs プロジェクト: dcmuir01/Invest
 public BuyService()
 {
     var autoMapperConfig = new AutoMapperConfig();
     autoMapperConfig.RegisterBuyMappings();
 }