示例#1
0
 public EntityMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
示例#2
0
 public CostCenterMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
 public BrandMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
示例#4
0
 public ItemPLKindsRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
 public BaseMappingRepository(IRestrictionsRepository restrictionsRepository)
 {
     _restrictionsRepository = restrictionsRepository;
 }
示例#6
0
 public AccountMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }