public ProfileImportCommand(IGitProfileStore store, ICommandFileService fileService)
 {
     Store       = store;
     FileService = fileService;
 }
Ejemplo n.º 2
0
 public ProfileCreateCommand(IGitProfileStore store, ICommandFileService fileService)
 {
     Store       = store;
     FileService = fileService;
 }