Ejemplo n.º 1
0
 public MeController(IMeProductCommand meProductCommand, IHSKitProductCommand kitProductCommand)
 {
     _meProductCommand  = meProductCommand;
     _kitProductCommand = kitProductCommand;
 }
Ejemplo n.º 2
0
 public KitProductController(AppSettings settings, IHSKitProductCommand command) : base(settings)
 {
     _command = command;
 }
Ejemplo n.º 3
0
 public MeController(AppSettings settings, IMeProductCommand meProductCommand, IHSKitProductCommand kitProductCommand) : base(settings)
 {
     _meProductCommand  = meProductCommand;
     _kitProductCommand = kitProductCommand;
 }
Ejemplo n.º 4
0
 public KitProductController(IHSKitProductCommand command)
 {
     _command = command;
 }