Example #1
0
 public EmailNotificationService(IConfiguration configuration, ICommonHelperService commonHelperService)
 {
     _configuration       = configuration;
     _commonHelperService = commonHelperService;
 }
 public PdfGeneratorService(ICommonHelperService commonHelperService)
 {
     _commonHelperService = commonHelperService;
 }