Example #1
0
 public LikesController(LinkAggregator context)
 {
     _context = context;
 }
Example #2
0
 public UsersController(LinkAggregator context)
 {
     _context = context;
 }
Example #3
0
 public HomeController(LinkAggregator context)
 {
     _context = context;
 }