Пример #1
0
 public AccountController(IConfiguration configuration, IServiceProvider sp, ISeekersBL seekersBL, IEmployersBL employersBL)
 {
     this._configuration = configuration;
     this._sp            = sp;
     this._seekersBL     = seekersBL;
     this._employersBL   = employersBL;
 }
Пример #2
0
 public EmployersController(IEmployersBL employersBL)
 {
     this._employersBL = employersBL;
 }