예제 #1
0
 public YnabAgent(IYnabGateway gateway, IYnabMapper mapper)
 {
     this.mapper = mapper;
       this.gateway = gateway;
 }