Esempio n. 1
0
 public TransactionController(IAppServiceClient appClient, IAppServiceTransaction appTransaction, IAppServiceCard appCard)
 {
     this.appCard        = appCard;
     this.appClient      = appClient;
     this.appTransaction = appTransaction;
 }
Esempio n. 2
0
 public CardController(IAppServiceCard appCard)
 {
     this.appCard = appCard;
 }