Example #1
0
 public StockCategoryPropertyBindService(IStockCategoryPropertyBindRepository categoryPropertyBindRepository,
                                         IStockCategoryPropertySearchRepository categoryPropertySearchRepository,
                                         IEnumerable <IStockCategoryPropertyBindTrigger> categoryPropertyBindTriggers,
                                         IStockCategorySearchRepository categorySearchRepository,
                                         IStockPropertySearchRepository propertySearchRepository
                                         )
 {
     base.EntityAssociationBindRepository   = categoryPropertyBindRepository;
     base.EntityAssociationSearchRepository = categoryPropertySearchRepository;
     base.CategoryAssociationBindTriggers   = categoryPropertyBindTriggers;
     base.CategorySearchRepository          = categorySearchRepository;
     base.AssociationSearchRepository       = propertySearchRepository;
 }
 public CustomerPropertyDeleteCategoryTrigger(IStockCategoryPropertyBindRepository categoryPropertyBindRepository)
 {
     base.CategoryPropertyBindRepository = categoryPropertyBindRepository;
 }