예제 #1
0
 public efCategoryRepository(NewsContext ctx)
 {
     context = ctx;
 }
예제 #2
0
 public efNewsRepository(NewsContext ctx)
 {
     context = ctx;
 }