public ProfileImportCommand(IGitProfileStore store, ICommandFileService fileService)
 {
     Store       = store;
     FileService = fileService;
 }
Example #2
0
 public ProfileCreateCommand(IGitProfileStore store, ICommandFileService fileService)
 {
     Store       = store;
     FileService = fileService;
 }