コード例 #1
0
 public StoreItemRepository(MPVerfDB context)
 {
     this.context = context;
 }
コード例 #2
0
 public CommentRatingRepository(MPVerfDB context)
 {
     this.context = context;
 }
コード例 #3
0
 public UserCommentRepository(MPVerfDB context)
 {
     this.context = context;
 }
コード例 #4
0
 public CustomerRepository(MPVerfDB context)
 {
     this.context = context;
 }
コード例 #5
0
 public ShoppingCartRepository(MPVerfDB context)
 {
     this.context = context;
 }
コード例 #6
0
 public AdminRepository(MPVerfDB context)
 {
     this.context = context;
 }