Ejemplo n.º 1
0
 public SvmAgent(ISymphonyRepository repository)
 {
     this._api = new SymphonySyncApi(repository);
 }
Ejemplo n.º 2
0
 public SymphonySyncApi(ISymphonyRepository repository)
 {
     this._repository = repository;
 }