Esempio n. 1
0
 public SanPhamController(IWebHostEnvironment _env, SanPhamService sanPhamService, LoaiSanPhamService LSPService)
 {
     this._env           = _env;
     this.sanPhamService = sanPhamService;
     this.LSPService     = LSPService;
 }
Esempio n. 2
0
 public TestController(SanPhamService sanPhamService, LoaiSanPhamService LSPService)
 {
     this.sanPhamService = sanPhamService;
     this.LSPService     = LSPService;
 }
 public LoaiSanPhamController(LoaiSanPhamService LSPservice)
 {
     this.LSPservice = LSPservice;
 }