public StoreItemRepository(MPVerfDB context)
 {
     this.context = context;
 }
 public CommentRatingRepository(MPVerfDB context)
 {
     this.context = context;
 }
Beispiel #3
0
 public UserCommentRepository(MPVerfDB context)
 {
     this.context = context;
 }
 public CustomerRepository(MPVerfDB context)
 {
     this.context = context;
 }
 public ShoppingCartRepository(MPVerfDB context)
 {
     this.context = context;
 }
 public AdminRepository(MPVerfDB context)
 {
     this.context = context;
 }