예제 #1
0
 public PostRepository(PostContext ctx) => db = ctx;
예제 #2
0
 public CategoryRepository(PostContext ctx) => db = ctx;