Exemple #1
0
 public UsersController(StrikeContext context)
 {
     _context = context;
 }
Exemple #2
0
 public MessagesController(StrikeContext context)
 {
     _context = context;
 }
 public AdvertisementsController(StrikeContext context, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
 }