예제 #1
0
 public ListOrderStatusesQueryHandler(IClassifierBus <ListOrderStatusesCommand, OrderStatus> classifierBus)
     : base(classifierBus)
 {
 }
예제 #2
0
 public ClassifierQueryHandler(IClassifierBus <TCommand, TClassifier> bus)
 {
     Bus = bus;
 }
예제 #3
0
 public ListCategoryTypesQueryHandler(IClassifierBus <ListCategoryTypesCommand, CategoryType> classifierBus)
     : base(classifierBus)
 {
 }
 public ListAngularComponentsQueryHandler(IClassifierBus <ListAngularComponentsCommand, AngularComponent> classifierBus)
     : base(classifierBus)
 {
 }