public CompanyBL(ICompanyDL CompanyDL)
 {
     _CompanyDL = CompanyDL;
 }
Exemple #2
0
 public IndexController(IElasticClient elasticClient, ICompanyDL companyDL)
 {
     this.B2BElasticClient = elasticClient;
     this.CompanyDL        = companyDL;
 }