Ejemplo n.º 1
0
 public SlideService(WebMyPhamDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 private readonly WebMyPhamDbContext _context; //chỉ gán 1 lần
 public CategoryService(WebMyPhamDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ProductService(WebMyPhamDbContext context, IStorageService storageService)
 {
     _context        = context;
     _storageService = storageService;
 }