/// <summary>
 /// Initializes a new instance of the <see cref="GenerateHcc837ProfessionalRequestHandler"/> class.
 /// </summary>
 /// <param name="claimBatchRepository">The claim batch repository.</param>
 public GenerateHcc837ProfessionalRequestHandler(IClaimBatchRepository claimBatchRepository)
 {
     _claimBatchRepository = claimBatchRepository;
 }
Example #2
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="ClaimBatchFactory" /> class.
 /// </summary>
 /// <param name="claimBatchRepository"> The ClaimBatchBatch repository. </param>
 public ClaimBatchFactory(IClaimBatchRepository claimBatchRepository)
 {
     _claimBatchRepository = claimBatchRepository;
 }