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