예제 #1
0
 public SanPhamService(WeddingStoreContext context)
 {
     _context = context;
 }
 public NhanVienService(WeddingStoreContext context)
 {
     _context = context;
 }
예제 #3
0
 public ChiTietDonGiaNhapHangService(WeddingStoreContext context)
 {
     _context = context;
 }
예제 #4
0
 public PhatSinhService(WeddingStoreContext context)
 {
     _context = context;
 }
 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;
 }
 public KhachHangService(WeddingStoreContext context)
 {
     _context = context;
 }
 public TaiKhoanService(WeddingStoreContext context)
 {
     _context = context;
 }
 public NhaCungCapService(WeddingStoreContext context)
 {
     _context = context;
 }