Example #1
0
 public ConfigsController(KoftiDbContext dbContext, IMapper mapper, IConfigService configService)
 {
     _dbContext     = dbContext;
     _mapper        = mapper;
     _configService = configService;
 }
Example #2
0
 public AppsController(KoftiDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }