Beispiel #1
0
 public PrProductCategoryService(IPrProductCategoryRepository IPrProductCategoryRepository) : base(IPrProductCategoryRepository)
 {
 }
 public PrProductCategoryServices(IPrProductCategoryRepository prproductcategoryrepository)
 {
     _prproductcategoryrepository = prproductcategoryrepository;
     base.CurrentRepository       = prproductcategoryrepository;
 }