Exemplo n.º 1
0
 public ReportController(IHotelReportService hotelReportService, IMailService mailService)
 {
     _hotelReportService = hotelReportService;
     _mailService        = mailService;
 }
Exemplo n.º 2
0
 public HotelReportTest(IHotelReportService hotelReportService, IMailService mailService, IBackgroundJobClient client)
 {
     _hotelReportService = hotelReportService;
     _mailService        = mailService;
     _client             = client;
 }