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