コード例 #1
0
ファイル: TagService.cs プロジェクト: NguyenNam68/TarotTTCM
 public TagService()
 {
     db = new TarotDbContext();
 }
コード例 #2
0
ファイル: CartService.cs プロジェクト: NguyenNam68/TarotTTCM
 public CartService()
 {
     db = new TarotDbContext();
 }
コード例 #3
0
 public PaymentService()
 {
     db = new TarotDbContext();
 }
コード例 #4
0
 public ProductTagService()
 {
     db = new TarotDbContext();
 }
コード例 #5
0
 public OrderDetailService()
 {
     db = new TarotDbContext();
 }
コード例 #6
0
 public StoreService()
 {
     db = new TarotDbContext();
 }
コード例 #7
0
ファイル: NewService.cs プロジェクト: NguyenNam68/TarotTTCM
 public NewService()
 {
     db = new TarotDbContext();
 }
コード例 #8
0
 public NewCategoryService()
 {
     db = new TarotDbContext();
 }
コード例 #9
0
 public PublisherService()
 {
     db = new TarotDbContext();
 }
コード例 #10
0
 public ProductCategoryService()
 {
     db = new TarotDbContext();
 }
コード例 #11
0
ファイル: UserService.cs プロジェクト: NguyenNam68/TarotTTCM
 public UserService()
 {
     db = new TarotDbContext();
 }
コード例 #12
0
 public FeedbackService()
 {
     db = new TarotDbContext();
 }
コード例 #13
0
 public OnlinePayingService()
 {
     db = new TarotDbContext();
 }