예제 #1
0
 public HomeController(torrentsdbContext context)
 {
     db = context;
 }
예제 #2
0
 public ContentController(torrentsdbContext context)
 {
     db = context;
 }