Example #1
0
 public ImportService(ManagedVersionsService mvs, GameDirectoryService gds)
 {
     _mvs = mvs;
     _gds = gds;
 }