Пример #1
0
 public SlideService(WebMyPhamDbContext context)
 {
     _context = context;
 }
Пример #2
0
 private readonly WebMyPhamDbContext _context; //chỉ gán 1 lần
 public CategoryService(WebMyPhamDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public ProductService(WebMyPhamDbContext context, IStorageService storageService)
 {
     _context        = context;
     _storageService = storageService;
 }