Exemplo n.º 1
0
 public MerchantController(IMerchantBusiness merchant, ICommonBusiness ICB)
 {
     _merchant = merchant;
     _ICB      = ICB;
 }