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