Example #1
0
 internal AddShopProfileHandler(IConnectionManager connectionManager)
 {
     this.addShopProfileAction = new AddShopProfileAction(connectionManager);
 }
Example #2
0
 internal AddShopProfileHandler(IAddShopProfileAction addShopProfileAction)
 {
     this.addShopProfileAction = addShopProfileAction;
 }