示例#1
0
 public TagService()
 {
     db = new TarotDbContext();
 }
示例#2
0
 public CartService()
 {
     db = new TarotDbContext();
 }
示例#3
0
 public PaymentService()
 {
     db = new TarotDbContext();
 }
 public ProductTagService()
 {
     db = new TarotDbContext();
 }
 public OrderDetailService()
 {
     db = new TarotDbContext();
 }
示例#6
0
 public StoreService()
 {
     db = new TarotDbContext();
 }
示例#7
0
 public NewService()
 {
     db = new TarotDbContext();
 }
 public NewCategoryService()
 {
     db = new TarotDbContext();
 }
示例#9
0
 public PublisherService()
 {
     db = new TarotDbContext();
 }
示例#10
0
 public ProductCategoryService()
 {
     db = new TarotDbContext();
 }
示例#11
0
 public UserService()
 {
     db = new TarotDbContext();
 }
示例#12
0
 public FeedbackService()
 {
     db = new TarotDbContext();
 }
 public OnlinePayingService()
 {
     db = new TarotDbContext();
 }