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