Example #1
0
 public NotificationsController(SNSContext con)
 {
     _context = con;
 }
Example #2
0
 public HomeController(SNSContext context)
 {
     _context = context;
 }