コード例 #1
0
 public AttributeMapUpdater(IAppContext appContext
                            , IAttributeMapRepository attributeMapRepository)
 {
     _attributeMapRepository = attributeMapRepository;
 }
コード例 #2
0
ファイル: AttributeMapCreater.cs プロジェクト: zzdxpq007/xms
 public AttributeMapCreater(IAttributeMapRepository attributeMapRepository)
 {
     _attributeMapRepository = attributeMapRepository;
 }
コード例 #3
0
ファイル: AttributeMapDeleter.cs プロジェクト: xixiky/xms
 public AttributeMapDeleter(IAttributeMapRepository attributeMapRepository)
 {
     _attributeMapRepository = attributeMapRepository;
 }