public ConnectSubaccountToMainAccountBlock(GetCustomerPipeline getCustomerPipeline, PersistEntityPipeline persistEntityPipeline)
 {
     _getCustomerPipeline   = getCustomerPipeline;
     _persistEntityPipeline = persistEntityPipeline;
 }
Exemplo n.º 2
0
 public DeleteMainAccountReferenceBlock(GetCustomerPipeline getCustomerPipeline, PersistEntityPipeline persistEntityPipeline)
 {
     _getCustomerPipeline   = getCustomerPipeline;
     _persistEntityPipeline = persistEntityPipeline;
 }