示例#1
0
 public ItemRepository(AroundContext context) : base(context)
 {
 }
 public CategoryRepository(AroundContext context) : base(context)
 {
 }
示例#3
0
 public FavoriteRepository(AroundContext context) : base(context)
 {
 }
 public UserRepository(AroundContext context) : base(context)
 {
 }