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