Example #1
0
 public YnabAgent(IYnabGateway gateway, IYnabMapper mapper)
 {
     this.mapper  = mapper;
     this.gateway = gateway;
 }
Example #2
0
 public YnabAgent(IYnabGateway gateway, IYnabMapper mapper)
 {
     this.mapper = mapper;
       this.gateway = gateway;
 }
Example #3
0
 public YnabAgent(IYnabGateway gateway)
     : this(gateway, new YnabMapper())
 {
 }
Example #4
0
 public YnabAgent(IYnabGateway gateway)
     : this(gateway, new YnabMapper())
 {
 }