public void Setup()
 {
     _factory = TestHelper.TestTemplateFactory;
 }
Exemplo n.º 2
0
 protected GatewayBase(TemplateFactory templateFactory, Authentication authentication)
 {
     _templateFactory = templateFactory;
     _authentication = authentication;
 }
 public CustomerInformationManager(TemplateFactory templateFactory, Authentication authentication)
     : base(templateFactory, authentication)
 {
 }
Exemplo n.º 4
0
 public Gateway(TemplateFactory templateFactory, Authentication authentication)
     : base(templateFactory, authentication)
 {
 }