示例#1
0
 public PostRepository(PostContext ctx) => db = ctx;
示例#2
0
 public CategoryRepository(PostContext ctx) => db = ctx;