Beispiel #1
0
 public UsersController(AdBoardContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AdsController(AdBoardContext context, AppConfiguration options, ICustomImageCacheController cacheController)
 {
     _context         = context;
     _options         = options;
     _cacheController = cacheController;
 }