Пример #1
0
 public RapidDevelopmentController(IDbContextCore dbContext)
 {
     _rapidDevelopmentBus = new RapidDevelopmentBusiness(dbContext);
 }