Beispiel #1
0
 public FeeGroupService(IFeeGroupRepository customerGroupRepository) : base(customerGroupRepository)
 {
 }
Beispiel #2
0
 public FeeGroupService(IFeeGroupRepository _feeGroupRepository) : base(_feeGroupRepository)
 {
     feeGroupRepository = _feeGroupRepository;
 }