Beispiel #1
0
 public InitialInfoController(IBuyingAgentReports buyingAgentReports,
                              ILogger <InitialInfoController> logger
                              )
 {
     _buyingAgentReports = buyingAgentReports;
     _logger             = logger;
 }
 public ReportsController(IBuyingAgentReports buyingAgentReports,
                          IBuyingAgentCheckIfExisted buyingAgentCheckIfExisted,
                          ILogger <AddNewController> logger)
 {
     _buyingAgentReports        = buyingAgentReports;
     _buyingAgentCheckIfExisted = buyingAgentCheckIfExisted;
     _logger = logger;
 }