Exemplo n.º 1
0
 public EntityMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
Exemplo n.º 2
0
 public CostCenterMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
 public BrandMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
Exemplo n.º 4
0
 public ItemPLKindsRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }
 public BaseMappingRepository(IRestrictionsRepository restrictionsRepository)
 {
     _restrictionsRepository = restrictionsRepository;
 }
Exemplo n.º 6
0
 public AccountMappingRepository(IRestrictionsRepository restrictionsRepository) : base(restrictionsRepository)
 {
 }