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