Exemplo n.º 1
0
 public ProductService(IProductEntity entity,IModelEntity modelentity, IProductTypeEntity producttype,
     IManufacturerEntity manufacturer, ICategoryEntity category)
 {
     this.entity = entity;
        this.modelentity = modelentity;
        this.productentity = producttype;
        this.menufacturerentity = manufacturer;
        this.categoryentity = category;
     //bat 1 tien trinh check hang ton kho/thoi han khuyen mai
 }
 public ProductTypeService(IProductTypeEntity entity)
 {
     this.entity = entity;
 }