Ejemplo n.º 1
0
 public SourcesListController(IPaymentSourceService service)
 {
     if (service == null)
     {
         throw new ArgumentNullException("SourcesListController:service");
     }
     _service = service;
 }
 public PaymentSourceManager(IPaymentSourceService PaymentSourceService)
 {
     _PaymentSourceService = PaymentSourceService;
 }