コード例 #1
0
 public SanPhamService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #2
0
 public NhanVienService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ChiTietDonGiaNhapHangService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #4
0
 public PhatSinhService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #5
0
 public DichVuService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #6
0
 public ChiTietHoaDonService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #7
0
 public PhanCongService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #8
0
 public VatLieuService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #9
0
 public KhachHangService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #10
0
 public TaiKhoanService(WeddingStoreContext context)
 {
     _context = context;
 }
コード例 #11
0
 public NhaCungCapService(WeddingStoreContext context)
 {
     _context = context;
 }